add `GHOST_HOST` env variable to docker-compose.yml

This commit is contained in:
Sameer Naik 2016-09-04 21:03:18 +05:30
parent 1735e68630
commit 83e1b016e7
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ services:
- 'ghost_data:/bitnami/ghost'
depends_on:
- mariadb
environment:
- GHOST_HOST=ghost.example.com
volumes:
mariadb_data:
driver: local