mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-02-23 14:59:57 +03:00
17 lines
424 B
YAML
17 lines
424 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
softether:
|
||
|
image: softethervpn/vpnclient:latest
|
||
|
devices:
|
||
|
- /dev/net/tun:/dev/net/tun
|
||
|
cap_add:
|
||
|
- NET_ADMIN
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- "/etc/localtime:/etc/localtime:ro"
|
||
|
- "/etc/timezone:/etc/timezone:ro"
|
||
|
- "./softether_data:/var/lib/softether"
|
||
|
- "./softether_log:/var/log/softether"
|
||
|
# - "./adminip.txt:/var/lib/softether/adminip.txt:ro"
|