mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
18 lines
361 B
YAML
18 lines
361 B
YAML
strongswan:
|
|
image: vimagick/strongswan
|
|
ports:
|
|
- 500:500/udp
|
|
- 4500:4500/udp
|
|
volumes:
|
|
- /lib/modules:/lib/modules
|
|
- /etc/localtime:/etc/localtime
|
|
environment:
|
|
- VPN_DOMAIN=vpn.easypi.info
|
|
- VPN_DNS=8.8.8.8
|
|
- VPN_SUBNET=10.20.30.0/24
|
|
- VPN_P12_PASSWORD=secret
|
|
cap_add:
|
|
- NET_ADMIN
|
|
privileged: yes
|
|
restart: always
|