0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added debug option to docker-compose

This commit is contained in:
Joe Grigg 2024-10-09 16:40:25 +01:00
parent 075c80a84c
commit 81350bffb2

View file

@ -11,4 +11,5 @@ services:
- 4200:4200
environment:
- NODE_ENV=dockerdev
- DEBUG=${DEBUG}
- APP_FLAGS=${APP_FLAGS}