Skip to content
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

[BUG] Upstream port is hardcoded in docker/webApp/iris-entrypoint.sh #438

Open
arnauos opened this issue Mar 19, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@arnauos
Copy link

arnauos commented Mar 19, 2024

Hi, I needed to change the upstream port since port 8000 was already in use.

I did set the new upstream port in the .env file (IRIS_UPSTREAM_PORT=XXXX) but when trying to start the compose, it was not able to connect to the app and I saw the port 8000 referenced on the logs.

I had to change the port in the iris-entrypoint.sh since it is hardcoded to 8000 on line 31: https://github.com/dfir-iris/iris-web/blob/master/docker/webApp/iris-entrypoint.sh

I did change it manually to the desired port but I supose the best solution would be to reference instead the variable ${IRIS_UPSTREAM_PORT} so it works when the port is set on the .env file.

@arnauos arnauos added the bug Something isn't working label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant