bug: make sure passwords are the same

This commit is contained in:
Galuh Sahid 2023-12-26 10:07:07 +01:00
parent 6f3d7f62e0
commit 67a350d77c
1 changed files with 1 additions and 1 deletions

View File

@ -60,4 +60,4 @@ services:
MARIADB_DATABASE: "photoprism"
MARIADB_USER: "photoprism"
MARIADB_PASSWORD: ${PHOTOPRISM_DATABASE_PASSWORD}
MARIADB_ROOT_PASSWORD: ${PHOTOPRISM_MARIADB_ROOT_PASSWORD}
MARIADB_ROOT_PASSWORD: ${PHOTOPRISM_DATABASE_PASSWORD}