1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/openconnect/arm/docker-compose.yml

10 lines
204 B
YAML
Raw Normal View History

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