mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-07-22 00:25:35 -04:00
[GH-ISSUE #11] Quickstart's compose.yaml: external postgres port mapping not needed and can cause problems #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @errorb0t on GitHub (Sep 25, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-docs/issues/11
It seems to be a recurring issue for people with little experience with Docker that they are not aware whether they already have a postgres instance listening on port 5432. This is not uncommon (e.g. postgres is running there by default on Synology NAS devices). Since Drop's postgres instance is only needed for Drop itself, why not just remove the external port mapping? Should make the quickstart process go even smoother, regardless of the client's environment.
@DecDuck commented on GitHub (Sep 25, 2025):
Fixed, should be visible when it rebuilds.
Quickstart's compose.yaml: external postgres port mapping not needed and can cause problemsto [GH-ISSUE #11] Quickstart's compose.yaml: external postgres port mapping not needed and can cause problems