mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
Fix the docker run command in README.md
Include volume mounting, time zone, -d and better formatting
This commit is contained in:
parent
44f13f751a
commit
15ada7c8e0
1 changed files with 7 additions and 4 deletions
|
@ -16,9 +16,12 @@
|
|||
[Configuration & Docker Compose](https://hay-kot.github.io/homebox/quick-start)
|
||||
|
||||
```bash
|
||||
docker run --name=homebox \
|
||||
--restart=always \
|
||||
--publish=3100:7745 \
|
||||
docker run -d \
|
||||
--name homebox \
|
||||
--restart unless-stopped \
|
||||
-p 3100:7745 \
|
||||
-e TZ=Europe/Bucharest \
|
||||
-v ${HOME}/.homebox:/data \
|
||||
ghcr.io/hay-kot/homebox:latest
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue