Add lscr to custom sample comopse

This commit is contained in:
Adam 2021-10-15 21:42:35 +01:00 committed by GitHub
parent f7c9f14d0d
commit c4cce37652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ custom_compose: |
version: "2"
services:
bookstack:
image: ghcr.io/linuxserver/bookstack
image: lscr.io/linuxserver/bookstack
container_name: bookstack
environment:
- PUID=1000
@ -61,7 +61,7 @@ custom_compose: |
depends_on:
- bookstack_db
bookstack_db:
image: ghcr.io/linuxserver/mariadb
image: lscr.io/linuxserver/mariadb
container_name: bookstack_db
environment:
- PUID=1000