snypy / snypy-docker

Docker setup for running SnyPy
MIT License
34 stars 3 forks source link

Frontend container wrong port #16

Closed GhaziTriki closed 2 years ago

GhaziTriki commented 2 years ago

Hello,

The frontend is listening to port 80 not 8080.

Thanks

nezhar commented 2 years ago

Hi, not sure to what this reffers exactly, the internal port of the nginx container is 80 but in the docs 8080 is the external port which forwards to 80. If there is any typo in the docs you can always open a PR :wink:

GhaziTriki commented 2 years ago

Hi @nezhar,

I have a working docker-compose.yml that I will share soon.

norweeg commented 1 year ago

@nezhar this should be reopened. your example compose file and example for nginx config show the ui container listening on port 8080, but the configuration for that container is having the server listen on port 80.