Skip to content

Commit c4cce37

Browse files
authored
Add lscr to custom sample comopse
1 parent f7c9f14 commit c4cce37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ custom_compose: |
4343
version: "2"
4444
services:
4545
bookstack:
46-
image: ghcr.io/linuxserver/bookstack
46+
image: lscr.io/linuxserver/bookstack
4747
container_name: bookstack
4848
environment:
4949
- PUID=1000
@@ -61,7 +61,7 @@ custom_compose: |
6161
depends_on:
6262
- bookstack_db
6363
bookstack_db:
64-
image: ghcr.io/linuxserver/mariadb
64+
image: lscr.io/linuxserver/mariadb
6565
container_name: bookstack_db
6666
environment:
6767
- PUID=1000

0 commit comments

Comments
 (0)