Merge pull request #1722 from infosiftr/ghost-stack

Update Ghost example stack.yml to Ghost 3 (+ url env)
This commit is contained in:
yosifkit 2020-05-20 17:16:19 -07:00 committed by GitHub
commit e5f611ad76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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