Docker Error Parsing Config File

Hey, my deployments are working but I get this error when I try to view the container logs and in the deployment logs too. The containers don't pop-up either under Docker Containers even though they are displayed in the terminal by running docker ps Does anyone have an idea on how to resolve this?
No description
No description
No description
6 Replies
Henrik
Henrik6d ago
What type of deployment is it? Application/compose?
Gabe Vigodi
Gabe VigodiOP6d ago
The error shows up for both
Henrik
Henrik6d ago
Remove the config file
Gabe Vigodi
Gabe VigodiOP6d ago
The config file doesn't exist as far as I can tell
No description
Henrik
Henrik6d ago
Hmmmm. Try creating an empty one? And does this happen to all deployments? Or is this some docker in docker thing you're trying out?
Gabe Vigodi
Gabe VigodiOP6d ago
I've tried that and restarted but no luck. All deployments are affected. I can't even see the server logs from the UI Found the problem. I had added COMPOSE_BAKE=true to one of the Compose deployments. A full reinstallation was required (I think) to rectify the issue.

Did you find this page helpful?