浏览代码

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

Update Ghost example to MySQL 8
yosifkit 3 年之前
父节点
当前提交
308ebe4aac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ghost/stack.yml

+ 1 - 1
ghost/stack.yml

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