mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
192f5a5d2f
commit
172629ffb6
@ -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 |
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user