diff --git a/docker-compose.yaml b/docker-compose.yaml index 8ab4333..2b5fa7d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,6 +8,7 @@ networks: services: web: container_name: 'mainsail-stack-web' + restart: always build: dockerfile: Dockerfile context: web @@ -21,6 +22,7 @@ services: - api api: container_name: 'mainsail-stack-api' + restart: always privileged: true tty: true stdin_open: true