fix(docker): restart always

This commit is contained in:
Michael 2025-04-03 18:34:30 +02:00
parent 512bc25f06
commit 98c2bb7130

View file

@ -87,6 +87,7 @@ services:
- sintonia_laravel_port=${SINTONIA_LARAVEL_PORT} - sintonia_laravel_port=${SINTONIA_LARAVEL_PORT}
- sintonia_vite_port=${SINTONIA_VITE_PORT} - sintonia_vite_port=${SINTONIA_VITE_PORT}
- PHP_IDE_CONFIG=serverName=sintonia - PHP_IDE_CONFIG=serverName=sintonia
restart: always
nginx: nginx:
volumes: volumes: