chore(docker): improve container configuration and entrypoint script

This commit is contained in:
2025-11-04 23:23:18 +03:00
parent 6ed913cbe0
commit 8795c78230
3 changed files with 6 additions and 5 deletions

View File

@@ -50,7 +50,8 @@ services:
- PMA_PORT=${DB_PORT:-3306}
- UPLOAD_LIMIT=100M
depends_on:
- mysql
mysql:
condition: service_started
volumes:
mysql-data: