mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Develop: Honor MARIADB_PORT and POSTGRES_PORT overrides #5590
This commit is contained in:
parent
edfd01460c
commit
f7085cfb1d
18 changed files with 127 additions and 61 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue