There was an error while loading. Please reload this page.
1 parent 4d0cd83 commit b604054Copy full SHA for b604054
1 file changed
docker-compose.yml
@@ -33,6 +33,7 @@ services:
33
restart: unless-stopped
34
networks:
35
- radius_network
36
+
37
openvpn-as:
38
build: ./docker/openvpn-as
39
depends_on:
@@ -48,7 +49,7 @@ services:
48
49
- MKNOD # Allows the container to create device nodes
50
devices:
51
- /dev/net/tun:/dev/net/tun # Provides access to the TUN device for VPN traffic
- restart: no
52
+ restart: unless-stopped
53
environment:
54
RADIUS_SECRET: ${RADIUS_SECRET}
55
RADIUS_PORT: ${RADIUS_PORT:-1812}
0 commit comments