kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
057c88422f
commit
add838c3d8
|
@ -41,6 +41,7 @@ docker create \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-p 80:80 \
|
-p 80:80 \
|
||||||
-p 443:443 \
|
-p 443:443 \
|
||||||
|
-v <path to config>:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
linuxserver/snapdrop
|
linuxserver/snapdrop
|
||||||
```
|
```
|
||||||
|
@ -61,6 +62,8 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
|
volumes:
|
||||||
|
- <path to config>:/config
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
@ -91,6 +94,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
|
| `/config` | Persistent configs and logs. |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue