Skip to content

Commit df60234

Browse files
authored
chore: Update docker-compose.yml
1 parent 397ec60 commit df60234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ghost/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ services:
4545

4646
database:
4747
image: mysql:8
48-
container_name: ghost_db
48+
container_name: ghost-db
4949
restart: always
5050
healthcheck:
5151
test: ["CMD", 'mysqladmin', 'ping', '-h', 'localhost', '-u', 'root', '-p$$DB_ROOT_PASS' ]

0 commit comments

Comments
 (0)