-
Notifications
You must be signed in to change notification settings - Fork 454
Description
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:
docker compose up -d
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.