From 682538b8bca73f6c219098490f7b150cd6f1df05 Mon Sep 17 00:00:00 2001 From: Daniere Mathieu Date: Sun, 1 Oct 2023 11:03:31 +0200 Subject: [PATCH] fix env problem --- apps/koillection/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/koillection/docker-compose.yml b/apps/koillection/docker-compose.yml index 711342a9..5888c908 100644 --- a/apps/koillection/docker-compose.yml +++ b/apps/koillection/docker-compose.yml @@ -62,9 +62,9 @@ services: - DB_USER=root - DB_PASSWORD=root - DB_VERSION=15 - - POSTGRES_DB=${DB_NAME} - - POSTGRES_USER=${DB_USER} - - POSTGRES_PASSWORD=${DB_PASSWORD} + - POSTGRES_DB=koillection + - POSTGRES_USER=root + - POSTGRES_PASSWORD=root volumes: - ${APP_DATA_DIR}/data/volumes/postgresql:/var/lib/postgresql/data