mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 13:06:32 +00:00
fix: compose example (#70)
This commit is contained in:
parent
b87cdc8164
commit
ba8367f637
1 changed files with 14 additions and 13 deletions
|
@ -15,19 +15,20 @@ docker run --name=homebox \
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: "3.4"
|
version: "3.4"
|
||||||
services:
|
|
||||||
homebox:
|
services:
|
||||||
image: ghcr.io/hay-kot/homebox:latest
|
homebox:
|
||||||
container_name: homebox
|
image: ghcr.io/hay-kot/homebox:latest
|
||||||
restart: always
|
container_name: homebox
|
||||||
environment:
|
restart: always
|
||||||
- HBOX_LOG_LEVEL=info
|
environment:
|
||||||
- HBOX_LOG_FORMAT=text
|
- HBOX_LOG_LEVEL=info
|
||||||
- HBOX_WEB_MAX_UPLOAD_SIZE=10
|
- HBOX_LOG_FORMAT=text
|
||||||
volumes:
|
- HBOX_WEB_MAX_UPLOAD_SIZE=10
|
||||||
- homebox-data:/data/
|
volumes:
|
||||||
ports:
|
- homebox-data:/data/
|
||||||
- 3100:7745
|
ports:
|
||||||
|
- 3100:7745
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
homebox-data:
|
homebox-data:
|
||||||
|
|
Loading…
Reference in a new issue