mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-06 01:20:31 +00:00
closes #278
This commit is contained in:
parent
0eed528c69
commit
05ab3ad796
2 changed files with 14 additions and 8 deletions
11
README.md
11
README.md
|
@ -16,10 +16,13 @@
|
||||||
[Configuration & Docker Compose](https://hay-kot.github.io/homebox/quick-start)
|
[Configuration & Docker Compose](https://hay-kot.github.io/homebox/quick-start)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --name=homebox \
|
docker run -d \
|
||||||
--restart=always \
|
--name homebox \
|
||||||
--publish=3100:7745 \
|
--restart unless-stopped \
|
||||||
ghcr.io/hay-kot/homebox:latest
|
--publish 3100:7745 \
|
||||||
|
--env TZ=Europe/Bucharest \
|
||||||
|
--volume /path/to/data/folder/:/data \
|
||||||
|
ghcr.io/hay-kot/homebox:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
|
@ -5,10 +5,13 @@
|
||||||
Great for testing out the application, but not recommended for stable use. Checkout the docker-compose for the recommended deployment.
|
Great for testing out the application, but not recommended for stable use. Checkout the docker-compose for the recommended deployment.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run --name=homebox \
|
docker run -d \
|
||||||
--restart=always \
|
--name homebox \
|
||||||
--publish=3100:7745 \
|
--restart unless-stopped \
|
||||||
ghcr.io/hay-kot/homebox:latest
|
--publish 3100:7745 \
|
||||||
|
--env TZ=Europe/Bucharest \
|
||||||
|
--volume /path/to/data/folder/:/data \
|
||||||
|
ghcr.io/hay-kot/homebox:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker-Compose
|
## Docker-Compose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue