fix compose port forwarding
This commit is contained in:
parent
d272d4ea60
commit
3aeb551516
|
@ -10,7 +10,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- etc_wireguard:/etc/wireguard
|
- etc_wireguard:/etc/wireguard
|
||||||
ports:
|
ports:
|
||||||
- "${WG_PORT}:51820/udp"
|
- "${WG_PORT}:${WG_PORT}/udp"
|
||||||
- "${PORT}:${PORT}/tcp"
|
- "${PORT}:${PORT}/tcp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
cap_add:
|
||||||
|
|
Loading…
Reference in New Issue