chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-01-13 19:11:08 +01:00 committed by GitHub
parent 397ec60afd
commit df60234ea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ services:
database:
image: mysql:8
container_name: ghost_db
container_name: ghost-db
restart: always
healthcheck:
test: ["CMD", 'mysqladmin', 'ping', '-h', 'localhost', '-u', 'root', '-p$$DB_ROOT_PASS' ]