Browse Source

Update Ghost example to MySQL 8

Tianon Gravi 3 years ago
parent
commit
e3b176ac7b
1 changed files with 1 additions and 1 deletions
  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