-
Notifications
You must be signed in to change notification settings - Fork 89
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
docker-compose.yml withPostgres doesn' t work. #8
Comments
Hello, You may have run it with docker-compose up without changing the contents of the .env file at startup. When you fix the .env file and run it again, unfortunately, I guess it can't recover itself. docker-compose down --volumes --remove-orphans you can run it again from the beginning. If there are still problems, With Notepad ++ you can edit it as LF only and run it again. I hope it will be useful for you. |
I also encountered this problem. In case it helps anyone:
Otherwise, I agree with @okayakdeniz's suggestion on the cause and with @pentium10 with the potential solution. |
postgres: |
I tried to create a self-hosting n8n using the docker-compose.yaml file for "WithPostgress".
I edited my .env file and changed the necessary values.
Positioning in the right directory for docker-compose/withPostgress and executing the command:
We tried both: docker compose subcommand present in the latest version of docker, and docker-compose cli as a direct command line. Both had the same behavior.
All seem to have been executed successfully. 2 containers appear up and running using the docker ps command.
But when I try to access the URL localhost:/5678 in any browser (Chrome, for example), the browser shows an error saying the URL isn't reachable. No service is listening in port 5678.
here are the logs from the n8n container:
log-n8n-container.log
I would appreciate any help with that subject.
The text was updated successfully, but these errors were encountered: