mirror of
https://github.com/35services/fabacess-doku.git
synced 2025-03-12 15:01:45 +01:00
13 lines
352 B
Markdown
13 lines
352 B
Markdown
follow https://hay-kot.github.io/homebox/quick-start/
|
|
|
|
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
|
|
exit
|
|
open http://100.87.46.76:3100/
|