mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
12 lines
262 B
YAML
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
|