Fix typo in docker-compose.yml

It was really bugging me :P
This commit is contained in:
Andreas Wahlqvist
2019-12-21 19:51:57 +01:00
committed by GitHub
parent 7b04cbe447
commit c9f37622c4

View File

@@ -12,7 +12,7 @@ services:
# Replace with your Plex media path
- /mnt/unionfs/Media:/mnt/unionfs/Media
environment:
- url=https://YOURE_URL
- token:YOURE_TOKEN
- url=https://YOUR_URL
- token:YOUR_TOKEN
- TZ=America/Los_Angeles
command: bash -c "bw_plex --url https://YOURE_URL -t YOURE_TOKEN -df /config watch"
command: bash -c "bw_plex --url https://YOUR_URL -t YOUR_TOKEN -df /config watch"