Fix typo in gluetun
This commit is contained in:
parent
b929a52bc2
commit
2164a0cd51
|
@ -7,7 +7,7 @@ services:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
environment:
|
environment:
|
||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGIDq=${PGID}
|
- PGID=${PGID}
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- VPNSP=custom
|
- VPNSP=custom
|
||||||
- VPN_TYPE=wireguard
|
- VPN_TYPE=wireguard
|
||||||
|
|
Loading…
Reference in New Issue