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
7a1344740c
commit
ee829ee25b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user