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