-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot Create from YAML File #182
Comments
I had to rewrite it. still having an issue translating this: try this to start: decluttarr: |
check the closed issues for a dockge working example |
Ahh, I now see I'm not the only one who was running into that. Thanks! |
Thank you all, it's so great to see users help each other. I added a link to #173 in the ReadMe, so we can start collecting docker-compose examples over there. Would be great if you made a start and share above example in that thread (unless the code of that issue already covers it) |
This yml works for me. |
Hmm, interesting. Your version was the only one I've been able to get to "compose" from command line, but once it's created then I'm getting the following error
It's wacky that it's so hit or miss for this many people. |
I'm having an issue where when running
docker-compose up -d
on the YML file I get the following erroryaml: line 3: did not find expected key
This is the first application I'm installing with Docker Compose as well as being new to Docker in general, so not sure if I'm doing something wrong but as far as I can tell I changed the YML properly.
The text was updated successfully, but these errors were encountered: