mirror of
https://gh.con.sh/https://github.com/plexinc/pms-docker
synced 2025-05-20 00:54:55 +00:00
Add much needed \ to the host entry under the create command.
This commit is contained in:
parent
480de0d2d6
commit
863838f1c3
@ -20,7 +20,7 @@ docker create \
|
||||
-e TZ="<timezone>" \
|
||||
-e PLEX_CLAIM="<claimToken>" \
|
||||
-e ADVERTISE_IP="http://<hostIPAddress>:32400/" \
|
||||
-h <HOSTNAME>
|
||||
-h <HOSTNAME> \
|
||||
-v <path/to/plex/database>:/config \
|
||||
-v <path/to/transcode/temp>:/transcode \
|
||||
-v <path/to/tv/series>:/data/tvshows \
|
||||
|
Loading…
x
Reference in New Issue
Block a user