Bot Updating Documentation

pull/11/head
LinuxServer-CI 2020-03-23 19:56:44 +00:00
rodzic 97ecbd730b
commit 578202e198
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -53,9 +53,9 @@ docker create \
-e TZ=Europe/London \
-e UMASK_SET=022 `#optional` \
-p 8989:8989 \
-v <path/to/data>:/config \
-v <path/to/tvseries>:/tv \
-v <path/to/downloadclient-downloads>:/downloads \
-v /path/to/data:/config \
-v /path/to/tvseries:/tv \
-v /path/to/downloadclient-downloads:/downloads \
--restart unless-stopped \
linuxserver/sonarr
```
@ -78,9 +78,9 @@ services:
- TZ=Europe/London
- UMASK_SET=022 #optional
volumes:
- <path/to/data>:/config
- <path/to/tvseries>:/tv
- <path/to/downloadclient-downloads>:/downloads
- /path/to/data:/config
- /path/to/tvseries:/tv
- /path/to/downloadclient-downloads:/downloads
ports:
- 8989:8989
restart: unless-stopped