align plex compose to dockge changes
This commit is contained in:
parent
1c7f324312
commit
d1c20e0876
|
@ -3,7 +3,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
PUID: "${SZ_USER_UID}"
|
PUID: "${SZ_USER_UID}"
|
||||||
PGID: "${SZ_USER_GID}"
|
PGID: "${SZ_USER_GID}"
|
||||||
network_mode: "container:plexnet"
|
network_mode: "container:net-plex"
|
||||||
#networks: []
|
#networks: []
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- "container:plexvols"
|
- "container:vols-plex"
|
Loading…
Reference in New Issue