mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 07:17:05 +00:00
chore: Update docker-compose.yml
This commit is contained in:
parent
397ec60afd
commit
df60234ea5
|
@ -45,7 +45,7 @@ services:
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
container_name: ghost_db
|
container_name: ghost-db
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", 'mysqladmin', 'ping', '-h', 'localhost', '-u', 'root', '-p$$DB_ROOT_PASS' ]
|
test: ["CMD", 'mysqladmin', 'ping', '-h', 'localhost', '-u', 'root', '-p$$DB_ROOT_PASS' ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user