elie222 / inbox-zero

Open source email app to reach inbox zero fast.
https://www.getinboxzero.com
GNU Affero General Public License v3.0
2.33k stars 229 forks source link

Remove redundant port exposes from docker-compose.yml #42

Closed sharma-shanu closed 8 months ago

sharma-shanu commented 8 months ago

This PR :-

vercel[bot] commented 8 months ago

Someone is attempting to deploy a commit to the Inbox Zero Team on Vercel.

A member of the Team first needs to authorize it.

sharma-shanu commented 8 months ago

The port exposed by docker-compose are already being exposed by the base image.

Reference :-

https://github.com/docker-library/postgres/blob/c86568af4a6861cb30b8f1b736b0868a3129bdd6/16/bookworm/Dockerfile#L221

https://github.com/docker-library/redis/blob/76c393fd8ac537201fe4bc4f200b4b5daee03f24/7.2/debian/Dockerfile#L151