1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-18 05:34:58 +03:00

CI: move docker build machinery to the main repo

more details: https://github.com/SoftEtherVPN/SoftetherVPN-docker/issues/4
This commit is contained in:
Ilia Shipitsin
2025-02-09 23:32:26 +01:00
parent 2628ac1884
commit a081fdd5c8
6 changed files with 267 additions and 0 deletions

View File

@ -0,0 +1,16 @@
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"