1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/openconnect/arm/docker-compose.yml
2016-07-10 02:19:09 +08:00

10 lines
204 B
YAML

openconnect:
image: easypi/openconnect-arm
command: https://vpn.easypi.info:4443
net: host
volumes:
- ./data:/etc/openconnect
stop_signal: SIGINT
privileged: yes
restart: unless-stopped