From 62a870385e54c4a752342783d18f06259142fa0d Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Wed, 13 Sep 2023 17:13:37 +0200 Subject: [PATCH] lala --- bookstack/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookstack/docker-compose.yml b/bookstack/docker-compose.yml index 71e1559..b7d60ed 100644 --- a/bookstack/docker-compose.yml +++ b/bookstack/docker-compose.yml @@ -43,6 +43,6 @@ services: secrets: db_password: - file: ./db_password.txt + file: db_password.txt db_root_password: - file: ./db_root_password.txt \ No newline at end of file + file: db_root_password.txt \ No newline at end of file