add `GHOST_HOST` env variable to docker-compose.yml
This commit is contained in:
parent
1735e68630
commit
83e1b016e7
|
|
@ -12,6 +12,8 @@ services:
|
|||
- 'ghost_data:/bitnami/ghost'
|
||||
depends_on:
|
||||
- mariadb
|
||||
environment:
|
||||
- GHOST_HOST=ghost.example.com
|
||||
volumes:
|
||||
mariadb_data:
|
||||
driver: local
|
||||
|
|
|
|||
Loading…
Reference in New Issue