bookstack moves to HTTPS

This commit is contained in:
=
2025-06-18 08:01:56 -05:00
parent 1d1cc75c92
commit 31eb5553d0

View File

@@ -30,7 +30,7 @@ services:
# APP_URL must be set as the base URL you'd expect to access BookStack # 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 # 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. # 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 # 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 # docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey
# You should keep the "base64:" part for the option value. # You should keep the "base64:" part for the option value.