fix quote marks

This commit is contained in:
Qballjos 2021-02-26 14:44:58 +01:00
parent 8d004c144c
commit c012807156
1 changed files with 16 additions and 16 deletions

View File

@ -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"