-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
compose crashes on relative paths after release #6356
Comments
Just checked. version 1.22.0 of docker-compose works fine. 1.23.1 and 1.23.0 do not work. So it is an issue in latest version only. I downloaded https://github.com/docker/compose/releases/download/1.22.0/docker-compose-Windows-x86_64.exe , placed it into C:\Program Files\Docker\Docker\resources\bin and ran that instead. Build worked great Output of different version commands
|
Thanks for the report! We'll take a look asap. |
+1 having the same issue, reverting back to docker for windows 18.06.1-ce (with built in docker-compose version 1.22.0) seems to have fixed it. |
Same problem on Docker Compose 1.24.1.
|
Reverting manually to the executable at version
|
Probably worth mentioning that I use |
Gonna be a year soon |
I'm also suffering from this one-and-a-half-year-old bug 😢 docker-compose version 1.25.5, build 8a1c60f6
docker-py version: 4.1.0
CPython version: 3.7.4
OpenSSL version: OpenSSL 1.1.1c 28 May 2019 |
For some unknown reason(s), Docker image can be built but the server app cannot be accessed through the container. For a known bug (docker/compose#6356), however, Docker Compose is not working. The one-and-a-half-year-old bug is still not fixed ¯\_(ツ)_/¯
For anyone running into this issue on a PHP stack, your One possible solution is adding an additional volume mount so that
|
Tl;dr Source: #5888 (comment) |
Description of the issue
Receive a stack trace on build when relative paths are used in the build config. The release prior to this worked fine. I didn't get the version number, but I kept updating with every version that was being automatically downloaded by Docker CE on Windows 10.
Context information (for bug reports)
Output of
docker-compose version
Output of
docker version
Output of
docker-compose config
(Make sure to add the relevant
-f
and other flags)Steps to reproduce the issue
Observed result
Stack trace
Expected result
Build completes
Stacktrace / full error message
Additional information
OS version / distribution,
docker-compose
install method, etc.Windows 10. Installed by going to https://store.docker.com/editions/community/docker-ce-desktop-windows , downloading the executable and installing.
Tried every combination of enclosing with single quotes, enclosing with double quotes, reversing the slashes, using \ on the ../../Scripts/Compose/DevWebDockerfile path.
The text was updated successfully, but these errors were encountered: