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

12 lines
262 B
YAML

version: "3.8"
services:
openconnect:
image: vimagick/openconnect
command: https://vpn.easypi.duckdns.org:4443
volumes:
- ./data:/etc/openconnect
network_mode: host
stop_signal: SIGINT
privileged: true
restart: unless-stopped