kopia lustrzana https://github.com/Haxxnet/Compose-Examples
chore: Update docker-compose.yml
rodzic
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' ]
|
||||||
|
|
Ładowanie…
Reference in New Issue