bug: make sure passwords are the same

This commit is contained in:
Galuh Sahid 2023-12-26 10:01:11 +01:00
parent 3ab3f7f052
commit 6f3d7f62e0
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_DATABASE_PASSWORD}
MARIADB_ROOT_PASSWORD: ${PHOTOPRISM_MARIADB_ROOT_PASSWORD}