From 31eb5553d0a5249fc6b6cceb8690716dda4ef521 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 18 Jun 2025 08:01:56 -0500 Subject: [PATCH] bookstack moves to HTTPS --- bookstack/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack/docker-compose.yaml b/bookstack/docker-compose.yaml index d088107..68f7035 100644 --- a/bookstack/docker-compose.yaml +++ b/bookstack/docker-compose.yaml @@ -30,7 +30,7 @@ services: # APP_URL must be set as the base URL you'd expect to access BookStack # on via the browser. The default shown here is what you might use if accessing # direct from the browser on the docker host, hence the use of the port as configured below. - - APP_URL=http://bookstack.domr.ovh + - APP_URL=https://bookstack.domr.ovh # APP_KEY must be a unique key. Generate your own by running # docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey # You should keep the "base64:" part for the option value.