Merge pull request #1722 from infosiftr/ghost-stack
Update Ghost example stack.yml to Ghost 3 (+ url env)
This commit is contained in:
commit
e5f611ad76
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue