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?


6 Replies
What type of deployment is it? Application/compose?
The error shows up for both
Remove the config file
The config file doesn't exist as far as I can tell

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?
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.