kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
97ecbd730b
commit
578202e198
|
@ -53,9 +53,9 @@ docker create \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-e UMASK_SET=022 `#optional` \
|
-e UMASK_SET=022 `#optional` \
|
||||||
-p 8989:8989 \
|
-p 8989:8989 \
|
||||||
-v <path/to/data>:/config \
|
-v /path/to/data:/config \
|
||||||
-v <path/to/tvseries>:/tv \
|
-v /path/to/tvseries:/tv \
|
||||||
-v <path/to/downloadclient-downloads>:/downloads \
|
-v /path/to/downloadclient-downloads:/downloads \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
linuxserver/sonarr
|
linuxserver/sonarr
|
||||||
```
|
```
|
||||||
|
@ -78,9 +78,9 @@ services:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- UMASK_SET=022 #optional
|
- UMASK_SET=022 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- <path/to/data>:/config
|
- /path/to/data:/config
|
||||||
- <path/to/tvseries>:/tv
|
- /path/to/tvseries:/tv
|
||||||
- <path/to/downloadclient-downloads>:/downloads
|
- /path/to/downloadclient-downloads:/downloads
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 8989:8989
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Ładowanie…
Reference in New Issue