mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
14 lines
256 B
YAML
14 lines
256 B
YAML
xl2tpd:
|
|
image: hwdsl2/ipsec-vpn-server
|
|
ports:
|
|
- "500:500"
|
|
- "4500:4500"
|
|
volumes:
|
|
- /lib/modules:/lib/modules:ro
|
|
environment:
|
|
- VPN_IPSEC_PSK=foobar
|
|
- VPN_USER=easypi
|
|
- VPN_PASSWORD=123456
|
|
privileged: yes
|
|
restart: always
|