Skip to content

Commit

Permalink
Switched NAS from Archive to biggie
Browse files Browse the repository at this point in the history
  • Loading branch information
jklingberg committed May 16, 2020
1 parent 2443996 commit a29c568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ services:
TRANSMISSION_SPEED_LIMIT_DOWN_ENABLED: "true"
TRANSMISSION_SPEED_LIMIT_UP: 30
TRANSMISSION_SPEED_LIMIT_UP_ENABLED: "true"
TRANSMISSION_INCOMPLETE_DIR: /nas/jonathan/Archive/Downloads/incomplete
TRANSMISSION_INCOMPLETE_DIR: /nas/jonathan/biggie/downloads/incomplete
TRANSMISSION_INCOMPLETE_DIR_ENABLED: "true"
TRANSMISSION_WATCH_DIR: /downloads
TRANSMISSION_WATCH_DIR_ENABLED: "true"
TRANSMISSION_DOWNLOAD_DIR: /nas/jonathan/Archive/Movies
TRANSMISSION_DOWNLOAD_DIR: /nas/jonathan/biggie/downloads/completed
labels:
traefik.enable: "true"
traefik.backend: transmission-vpn
Expand Down Expand Up @@ -553,7 +553,7 @@ services:
- /media:/nas
- /dev/shm:/transcode # Offload transcoding to RAM if you have enough RAM
# - ${USERDIR}/Downloads/plex_tmp:/transcode
- /media/jonathan/Archive/Movies/:/data/movies
- /media/jonathan/biggie/Movies/:/data/movies
environment:
TZ: ${TZ}
HOSTNAME: "Plex"
Expand Down

0 comments on commit a29c568

Please sign in to comment.