Skip to content

Commit

Permalink
Export port 500 UDP not TCP for VPN service (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal authored Feb 8, 2022
1 parent bc320f2 commit 2d5784c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpn/docker-compose.vpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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:
- '/lib/modules:/lib/modules:ro'
- '/lib/modules:/lib/modules:ro'

0 comments on commit 2d5784c

Please # to comment.