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 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