Unverified Commit 2d5784c3 authored by Julian Raufelder's avatar Julian Raufelder Committed by GitHub
Browse files

Export port 500 UDP not TCP for VPN service (#14)

parent bc320f22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ services:
      - 'VPN_ADDL_USERS=' # space separated values
      - 'VPN_ADDL_PASSWORDS=' # space separated values
    ports:
      - '500:500'
      - '500:500/udp'
      - '4500:4500/udp'
    restart: always
    volumes: