passbolt / passbolt_help

Passbolt help and knowledge base site for the open source password manager for teams!
https://help.passbolt.com
GNU Affero General Public License v3.0
52 stars 183 forks source link

non-root image docker port mapping incorrect in the provided docker-compose-ce.yaml #87

Open KillerKelvUK opened 1 year ago

KillerKelvUK commented 1 year ago

Using the guide located here, step 1 advises to download this file. Included are commented lines for the non-root image port mapping which incorrectly states "4433:433" or map port 4433 on the host to port 433 inside the container. However the non-root images use port 4433 inside the container. This is also coroborated here.

dlen commented 1 year ago

Hey @KillerKelvUK thanks for the heads up!! This looks like a regression on the docker-compose files we will fix it on the passbolt_docker repo.