mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:58 +02:00
13 lines
228 B
YAML
13 lines
228 B
YAML
version: "3.8"
|
|
services:
|
|
dsvpn:
|
|
image: vimagick/dsvpn
|
|
command: server vpn.key auto 443
|
|
ports:
|
|
- "443:443"
|
|
volumes:
|
|
- ./data:/etc/dsvpn
|
|
tty: true
|
|
privileged: true
|
|
restart: unless-stopped
|