mirror of
https://github.com/Hellowlol/bw_plex.git
synced 2025-12-30 05:19:48 -06:00
Fix typo in docker-compose.yml
It was really bugging me :P
This commit is contained in:
committed by
GitHub
parent
7b04cbe447
commit
c9f37622c4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user