We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7c9f14 + c4cce37 commit 202c91eCopy full SHA for 202c91e
readme-vars.yml
@@ -43,7 +43,7 @@ custom_compose: |
43
version: "2"
44
services:
45
bookstack:
46
- image: ghcr.io/linuxserver/bookstack
+ image: lscr.io/linuxserver/bookstack
47
container_name: bookstack
48
environment:
49
- PUID=1000
@@ -61,7 +61,7 @@ custom_compose: |
61
depends_on:
62
- bookstack_db
63
bookstack_db:
64
- image: ghcr.io/linuxserver/mariadb
+ image: lscr.io/linuxserver/mariadb
65
container_name: bookstack_db
66
67
0 commit comments