#Docker local setup issues

1 messages · Page 1 of 1 (latest)

tough sleet
#

Hi there - I'm setting up the dev environment locally for the first time, my containers are running but postgres is shutting down unexpectedly, when I go to any localhost port nothing is there.
I see the docker setups docs are being updated, in the meantime anyone available to troubleshoot?

silver thistle
#

Hi @tough sleet
I think the docker file needs to be fixed other people are also facing similar issues.
I would really suggest you to go with yarn setup especially on MacOS

tough sleet
#

Will try that thanks!

faint crest
#

It should be working, we have just tested it with @fiery plinth, let us know if you still need help on the docker-compose setup

tough sleet
#

hey @faint crest, thanks for the heads up. Tried again and have the containers running, though nothing is renderings when accessing localhost in the browser. When I try http://localhost:5432/ I get a message LOG: invalid length of startup packet in the container log. Any ideas? I deleted/rebuilt all the containers and port 5432 isn't in use anywhere else

faint crest
#

@tough sleet port 5432 is service postgres, it cannot be browsed through your browser through http

#

looks fine based on the logs

tough sleet
#

got it - was entering the command incorrectly. thanks!