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

12 lines
262 B
YAML
Raw Normal View History

2022-08-19 11:30:44 +02: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