Merge pull request #2119 from infosiftr/ghost-mysql-8
Update Ghost example to MySQL 8
This commit is contained in:
commit
308ebe4aac
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue