I currently run passbolt using docker on my host network… sadly httpd also running on the same host… Is there any environment variable to change passbolt port binding ?
p/s: i’m not taking about data source/database port …
edit: how to change passbolt’s nginx port using environment variable ?
@admiralUdon you cannot change the nginx service port by passing environment variables. However if you are using docker compose you can remap the port on your host network by editing the “port” section.