fixed semaphore database name

This commit is contained in:
2024-12-12 10:24:38 -08:00
parent 59517e064f
commit 33b538e53e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ services:
environment:
SEMAPHORE_DB_USER: ${SEMAPHORE_DB_USER:-semaphore}
SEMAPHORE_DB_PASS: ${SEMAPHORE_DB_PASS:-semaphorepass}
SEMAPHORE_DB_HOST: mariadb
SEMAPHORE_DB_HOST: semaphore-mariadb
SEMAPHORE_DB_PORT: 3306
SEMAPHORE_DB_DIALECT: mysql
SEMAPHORE_DB: semaphore