Update Ghost example to MySQL 8
This commit is contained in:
parent
a010f6b453
commit
e3b176ac7b
|
|
@ -23,7 +23,7 @@ services:
|
|||
#NODE_ENV: development
|
||||
|
||||
db:
|
||||
image: mysql:5.7
|
||||
image: mysql:8.0
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: example
|
||||
|
|
|
|||
Loading…
Reference in New Issue