mirror of
https://github.com/35services/fabacess-doku.git
synced 2025-03-12 06:51:44 +01:00
9 lines
261 B
Markdown
9 lines
261 B
Markdown
|
chown 65532:65532 -R /home/35services/Documents/homebox
|
||
|
docker run -d \
|
||
|
--name homebox \
|
||
|
--restart unless-stopped \
|
||
|
--publish 3100:7745 \
|
||
|
--env TZ=Europe/Bucharest \
|
||
|
--volume /home/35services/Documents/homebox:/data \
|
||
|
ghcr.io/hay-kot/homebox:latest
|