Add slashes at the end of folder paths

This commit is contained in:
Colin Hebert
2023-01-04 17:06:54 +01:00
parent 827630d8b4
commit 51d3f1546f
3 changed files with 11 additions and 11 deletions

View File

@@ -19,9 +19,9 @@ services:
- default
- traefik
volumes:
- plex_config:/config
- tv:/data/tv
- movies:/data/movies
- plex_config:/config/
- tv:/data/tv/
- movies:/data/movies/
restart: unless-stopped
labels:
traefik.enable: true
@@ -38,7 +38,7 @@ services:
- default
- traefik
volumes:
- plaxt_keystore:/app/keystore
- plaxt_keystore:/app/keystore/
restart: unless-stopped
labels:
traefik.enable: true