1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00
dockerfiles/openconnect/arm/docker-compose.yml

10 lines
204 B
YAML
Raw Normal View History

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