Merge pull request #2119 from infosiftr/ghost-mysql-8

Update Ghost example to MySQL 8
This commit is contained in:
yosifkit 2022-03-08 10:31:28 -08:00 committed by GitHub
commit 308ebe4aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ services:
#NODE_ENV: development #NODE_ENV: development
db: db:
image: mysql:5.7 image: mysql:8.0
restart: always restart: always
environment: environment:
MYSQL_ROOT_PASSWORD: example MYSQL_ROOT_PASSWORD: example