Closed oliver-ricken closed 9 months ago
Hello,
I think this github issue faced a similar issue and fixed it through a change in a file. I would recommend clicking the link and using the fix there.
Sincerely, Iraj Moradi
Adding to @irajmoradi 's answer, the zoom recording has been uploaded. You can find a discussion of this problem at around 41 minutes: https://www.youtube.com/watch?v=gsgoULBFfkA?t=41m
That worked perfectly. Thank you, @irajmoradi and @mikeizbicki for pointing me in the right direction!
Hi there,
I'm having trouble running
docker-compose
. Previously, I had everything working correctly up until theDATABASE_URL
part of the Postgres section of the tutorial. Then, when I made it to the part in the Postgres section where we build the new image and spin up the two containers, I am unable to run the following command:I'm seeing the following error message:
Apologies for the long error.
I then restored the contents of my earlier working branch, and then saw the same error reproduced when I tried to build the first original container in the Docker section of the tutorial. Unfortunately it looks like the error followed me!
Also, I don't think the issue is related to my
docker-compose
installation, because when I run the following test:I see that
docker-compose
is located here:/home/oricken/.local/bin/docker-compose
Does anyone have any idea how I could go about solving this? Any help is much appreciated! :)