mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added debug option to docker-compose
This commit is contained in:
parent
075c80a84c
commit
81350bffb2
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ services:
|
||||||
- 4200:4200
|
- 4200:4200
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=dockerdev
|
- NODE_ENV=dockerdev
|
||||||
|
- DEBUG=${DEBUG}
|
||||||
- APP_FLAGS=${APP_FLAGS}
|
- APP_FLAGS=${APP_FLAGS}
|
||||||
|
|
Loading…
Add table
Reference in a new issue