-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not parse compose YAML: exit status 14 #8
Comments
@virtualzone I have the same problem. If I validate the docker-compose file myself with |
any solutions? |
same for me here I have a docker-compose file like this, also tried with just directory instead of file with no luck:
|
Maybe I'm just stupid, but I had this error because I did not understand the purpose of the /home/docker bind mount. This needs to be the base dir of where you have your docker projects, in my case /opt/work/, or you'll get error 14. |
Do you mind explaining your solution a little more? My compose file looks like the following.
My /home/docker mount is where my compose file is located. I trade changing that mount to where my config folders are located, but I get the same error. Not sure what i'm missing. |
Anyone found the reason of this error message? |
Hey guys! You need to set label "docker-compose-watcher.file=/opt/docker-compose/www/docker-compose.yml" in controlled docker compose file same as mount path in compose-updater:
and
|
docker-compose parameter
env_file: file.env
have causing errorexample:
The text was updated successfully, but these errors were encountered: