Browse Source

Variable-ise exposed port with fallback

pull/736/head
Peter Lewis 3 years ago
committed by Philip H
parent
commit
80af118b82
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -31,7 +31,7 @@ services:
volumes:
- etc_wireguard:/etc/wireguard
ports:
- "51820:51820/udp"
- "${WG_PORT:-51820}:51820/udp"
- "51821:51821/tcp"
restart: unless-stopped
cap_add:

Loading…
Cancel
Save