Add "restart: unless-stopped" to docker-compose.yml

This commit is contained in:
OpenVisor 2024-05-08 19:18:50 +02:00
parent 8103558f8d
commit 875f5af958

View file

@ -10,6 +10,7 @@ networks:
services:
openvisorwebsite-app:
container_name: openvisorwebsite-app
restart: unless-stopped
build: .
# ensure that web application is not run by root
user: nginx:nginx
@ -17,4 +18,3 @@ services:
- 1443:80
networks:
- openvisorwebsite-network