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

12 lines
262 B
YAML
Raw Normal View History

2022-08-19 09:30:44 +00:00
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