Develop: Change default POSTGRES_PORT from 5432 to 4002 #5590

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2026-05-20 12:59:26 +02:00
parent 2ed5872909
commit d35a45eb4c
4 changed files with 12 additions and 9 deletions

View file

@ -27,4 +27,4 @@
# Ports to which MariaDB and PostgreSQL should bind.
# MARIADB_PORT=4001
# POSTGRES_PORT=5432
# POSTGRES_PORT=4002