Add slashes at the end of folder paths
This commit is contained in:
@@ -10,9 +10,9 @@ services:
|
|||||||
- downloads
|
- downloads
|
||||||
volumes:
|
volumes:
|
||||||
- mylar_config:/config/
|
- mylar_config:/config/
|
||||||
- comics:/comics
|
- comics:/comics/
|
||||||
- torrents_completed:/downloads/torrents
|
- torrents_completed:/downloads/torrents/
|
||||||
- usenet_completed:/downloads/usenet
|
- usenet_completed:/downloads/usenet/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
@@ -85,24 +85,24 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: ${NASCOMPOSE_DOWNLOADS?}/torrents/completed
|
device: ${NASCOMPOSE_DOWNLOADS?}/torrents/completed/
|
||||||
usenet_completed:
|
usenet_completed:
|
||||||
name: usenet_completed
|
name: usenet_completed
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: ${NASCOMPOSE_DOWNLOADS?}/usenet/completed
|
device: ${NASCOMPOSE_DOWNLOADS?}/usenet/completed/
|
||||||
|
|
||||||
torrents:
|
torrents:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: ${NASCOMPOSE_DOWNLOADS?}/torrents
|
device: ${NASCOMPOSE_DOWNLOADS?}/torrents/
|
||||||
usenet:
|
usenet:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: ${NASCOMPOSE_DOWNLOADS?}/usenet
|
device: ${NASCOMPOSE_DOWNLOADS?}/usenet/
|
||||||
|
|
||||||
prowlarr_config:
|
prowlarr_config:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ services:
|
|||||||
- default
|
- default
|
||||||
- traefik
|
- traefik
|
||||||
volumes:
|
volumes:
|
||||||
- plex_config:/config
|
- plex_config:/config/
|
||||||
- tv:/data/tv
|
- tv:/data/tv/
|
||||||
- movies:/data/movies
|
- movies:/data/movies/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
@@ -38,7 +38,7 @@ services:
|
|||||||
- default
|
- default
|
||||||
- traefik
|
- traefik
|
||||||
volumes:
|
volumes:
|
||||||
- plaxt_keystore:/app/keystore
|
- plaxt_keystore:/app/keystore/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user