Merge branch 'debian' into debian-dev

Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
benbrummer
2024-12-05 10:52:43 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ services:
- ./nginx:/etc/nginx/conf.d:ro
- app_public:/var/www/html/public:ro
- app_storage:/var/www/html/storage:ro
- image_public:/var/www/html/public:ro
networks:
- app-network
depends_on:
@@ -46,7 +45,7 @@ services:
logging: *default-logging
mysql:
image: mysql:8.0
image: mysql:8
restart: unless-stopped
env_file:
- ./.env

View File

@@ -77,4 +77,5 @@ if [ "$*" = 'supervisord -n -c /etc/supervisor/conf.d/supervisord.conf' ]; then
echo "Starting supervisord..."
fi
exec "$@"