Browse Source

fix: comment out port 80 by default - enable only for LEGO http-01

pull/2552/head
Platon47 4 months ago
committed by GitHub
parent
commit
8dd5988371
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -56,7 +56,7 @@ services:
ports: ports:
- "51820:51820/udp" # WireGuard VPN - "51820:51820/udp" # WireGuard VPN
- "51821:51821/tcp" # wg-easy admin UI (HTTPS) - "51821:51821/tcp" # wg-easy admin UI (HTTPS)
- "80:80/tcp" # Required for LEGO http-01 challenge (AUTO mode) # - "80:80/tcp" # Uncomment ONLY for LEGO http-01 challenge (AUTO mode)
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN

Loading…
Cancel
Save