mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 15:41:38 +01:00
12 lines
204 B
YAML
12 lines
204 B
YAML
dsvpn:
|
|
image: vimagick/dsvpn
|
|
command: server vpn.key auto 1959
|
|
ports:
|
|
- "1959:1959"
|
|
volumes:
|
|
- ./data:/etc/dsvpn
|
|
devices:
|
|
- /dev/net/tun
|
|
privileged: true
|
|
restart: unless-stopped
|