瀏覽代碼

Merge pull request #1722 from infosiftr/ghost-stack

Update Ghost example stack.yml to Ghost 3 (+ url env)
yosifkit 5 年之前
父節點
當前提交
e5f611ad76
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      ghost/stack.yml

+ 3 - 1
ghost/stack.yml

@@ -6,7 +6,7 @@ version: '3.1'
 services:
 
   ghost:
-    image: ghost:1-alpine
+    image: ghost:3-alpine
     restart: always
     ports:
       - 8080:2368
@@ -17,6 +17,8 @@ services:
       database__connection__user: root
       database__connection__password: example
       database__connection__database: ghost
+      # this url value is just an example, and is likely wrong for your environment!
+      url: http://localhost:8080
 
   db:
     image: mysql:5.7