fix quote marks
This commit is contained in:
parent
8d004c144c
commit
c012807156
1 changed files with 16 additions and 16 deletions
|
@ -7,14 +7,14 @@ services:
|
|||
ports:
|
||||
- "${PLEXPORT}:32400"
|
||||
environment:
|
||||
- PUID=$(PUID)
|
||||
- PGID=${PGID}
|
||||
- UMASK=${UMASK}
|
||||
- TZ=${TZ}
|
||||
- PLEX_CLAIM=${PLEXCLAIM}
|
||||
- ADVERTISE_IP=${ADVERTISEIP}
|
||||
- ALLOWED_NETWORKS=${ALLOWEDNETWORKS}
|
||||
- PLEX_PASS=${PLEXPASS}
|
||||
- "PUID=${PUID}"
|
||||
- "PGID=${PGID}"
|
||||
- "UMASK=${UMASK}"
|
||||
- "TZ=${TZ}"
|
||||
- "PLEX_CLAIM=${PLEXCLAIM}"
|
||||
- "ADVERTISE_IP=${ADVERTISEIP}"
|
||||
- "ALLOWED_NETWORKS=${ALLOWEDNETWORKS}"
|
||||
- "PLEX_PASS=${PLEXPASS}"
|
||||
volumes:
|
||||
- "${APPDATA}/plex:/config"
|
||||
- "${TRANSCODE}:/transcode"
|
||||
|
@ -27,10 +27,10 @@ services:
|
|||
ports:
|
||||
- "${TAUTULLIPORT}:8181"
|
||||
environment:
|
||||
- PUID=$(PUID)
|
||||
- PGID=${PGID}
|
||||
- UMASK=${UMASK}
|
||||
- TZ=${TZ}
|
||||
- "PUID=${PUID}"
|
||||
- "PGID=${PGID}"
|
||||
- "UMASK=${UMASK}"
|
||||
- "TZ=${TZ}"
|
||||
volumes:
|
||||
- "${APPDATA}/tautulli:/config"
|
||||
ombi:
|
||||
|
@ -39,9 +39,9 @@ services:
|
|||
ports:
|
||||
- "${OMBIPORT}:5000"
|
||||
environment:
|
||||
- PUID=$(PUID)
|
||||
- PGID=${PGID}
|
||||
- UMASK=${UMASK}
|
||||
- TZ=${TZ}
|
||||
- "PUID=${PUID}"
|
||||
- "PGID=${PGID}"
|
||||
- "UMASK=${UMASK}"
|
||||
- "TZ=${TZ}"
|
||||
volumes:
|
||||
- "${APPDATA}/ombi:/config"
|
||||
|
|
Loading…
Reference in a new issue