Docker container tcp redirection

Checklist
[X] I have read intro post: About the Installation Issues category
[X] I have read the tutorials, help and searched for similar issues
[X] I provide relevant information about my server (component names and versions, etc.)
[ ] I provide a copy of my logs and healthcheck
[ ] I describe the steps I have taken to trouble shoot the problem
[ ] I describe the steps on how to reproduce the issue

Hi,
I’m using the latest docker container. Does it support tcp redirection ?
I had to redirect tcp ports using :
docker run --name passbolt -p 9080:80 -p 9443:443
The container starts fine but when I click on the login page it redirects to standard port 443. Isn’t it supposed to transparent ?
Environment is :
Ubuntu 18.04.5 LTS
Docker 18.09.3

Hi @nicolas

Have you added the port to the fullbaseurl env var? like https://myhost:9443 ?

I did not… :flushed:
Thanks Diego

1 Like

No problem! Glad to see you got it working!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.