-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
docker-compose up
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.app.environment.DEBUG contains true, which is an invalid type, it should be a string, number, or a null
Describe the solution you'd like
Change docker-compose.yml line 23 to a string instead a boolean
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.