This commit is contained in:
msnie
2024-02-03 11:58:42 +01:00
parent 17ca1c805f
commit 5b0b5f548c
706 changed files with 135245 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '3.3'
services:
openvpn:
networks:
- traefik
ports:
- '1194:1194/udp'
- '8484:8080/tcp'
environment:
- HOST_ADDR=knast.cc
container_name: dockovpn
image: alekslitvinenk/openvpn
networks:
traefik:
external: true