Fixed a few more missing backslashes.

This commit is contained in:
Graham Booker 2017-01-30 07:43:29 -06:00
parent bdb297b253
commit 0cdcee1204
No known key found for this signature in database
GPG Key ID: 7FA620B73BAFAB5B

View File

@ -39,8 +39,8 @@ plexinc/pms-docker
docker run \
-d \
--name plex \
--net=physical
--ip=<IPAddress>
--net=physical \
--ip=<IPAddress> \
-e TZ="<timezone>" \
-e PLEX_CLAIM="<claimToken>" \
-h <HOSTNAME> \