Develop: Honor MARIADB_PORT and POSTGRES_PORT overrides #5590

This commit is contained in:
Michael Mayer 2026-05-20 09:44:12 +00:00
parent edfd01460c
commit f7085cfb1d
18 changed files with 127 additions and 61 deletions

View file

@ -22,5 +22,9 @@
# TRAEFIK_HTTP_PORT=80
# TRAEFIK_HTTPS_PORT=443
# Public base URL PhotoPrism advertises in share links, OIDC & PWA URIs.
# Public base URL used in share links, OIDC & PWA URIs.
# PHOTOPRISM_SITE_URL=https://app.localssl.dev/
# Ports to which MariaDB and PostgreSQL should bind.
# MARIADB_PORT=4001
# POSTGRES_PORT=5432