Bot Updating Documentation

This commit is contained in:
LinuxServer-CI 2020-11-13 13:43:04 +00:00
parent 192f5a5d2f
commit 172629ffb6

View File

@ -48,7 +48,8 @@ services:
- PGID=1000
- TZ=<TZ>
volumes:
- <path to data on host>:/config
- <path to config on host>:/config
- <path to data on host>:/data
ports:
- 80:80
- 443:443
@ -65,7 +66,8 @@ docker run -d \
-e TZ=<TZ> \
-p 80:80 \
-p 443:443 \
-v <path to data on host>:/config \
-v <path to config on host>:/config \
-v <path to data on host>:/data \
--restart unless-stopped \
ghcr.io/linuxserver/chevereto
```
@ -96,6 +98,7 @@ Docker images are configured using parameters passed at runtime (such as those a
| Volume | Function |
| :----: | --- |
| `/config` | config directory volume mapping |
| `/data` | data directory volume mapping |