1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/openconnect/arm/docker-compose.yml

10 lines
204 B
YAML
Raw Normal View History

2016-07-08 15:07:41 +02:00
openconnect:
2016-07-09 20:19:09 +02:00
image: easypi/openconnect-arm
2016-07-08 15:07:41 +02:00
command: https://vpn.easypi.info:4443
net: host
volumes:
- ./data:/etc/openconnect
stop_signal: SIGINT
privileged: yes
restart: unless-stopped