From 49f308dba14f6e106093e6cfad8d4c3b96f6629f Mon Sep 17 00:00:00 2001 From: Kelin Reij Date: Tue, 17 Mar 2026 13:48:25 -0400 Subject: [PATCH] Add docker-templates/bookstack/.env.example --- docker-templates/bookstack/.env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docker-templates/bookstack/.env.example diff --git a/docker-templates/bookstack/.env.example b/docker-templates/bookstack/.env.example new file mode 100644 index 0000000..bac5d11 --- /dev/null +++ b/docker-templates/bookstack/.env.example @@ -0,0 +1,10 @@ +DOMAIN=kelinreij.duckdns.org +LOCAL_URL= +PROXY_URL= + +DEFAULT_USER=kelin +DEFAULT_PASSWORD=Tiberi0u$ +DEFAULT_EMAIL=kelinshomelab@gmail.com + +BOOKSTACK_DB_PASSWORD=${DEFAULT_PASSWORD} +BOOKSTACK_DB_ROOT_PASSWORD=${DEFAULT_PASSWORD} \ No newline at end of file