Skip to content

Commit b604054

Browse files
Update docker-compose.yml
1 parent 4d0cd83 commit b604054

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ services:
3333
restart: unless-stopped
3434
networks:
3535
- radius_network
36+
3637
openvpn-as:
3738
build: ./docker/openvpn-as
3839
depends_on:
@@ -48,7 +49,7 @@ services:
4849
- MKNOD # Allows the container to create device nodes
4950
devices:
5051
- /dev/net/tun:/dev/net/tun # Provides access to the TUN device for VPN traffic
51-
restart: no
52+
restart: unless-stopped
5253
environment:
5354
RADIUS_SECRET: ${RADIUS_SECRET}
5455
RADIUS_PORT: ${RADIUS_PORT:-1812}

0 commit comments

Comments
 (0)