diff --git a/bookstack/docker-compose.yml b/bookstack/docker-compose.yml index b7d60ed..71e1559 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