Merge pull request #112 from linuxserver/lscr

Add lscr to custom sample comopse
This commit is contained in:
aptalca 2021-10-17 13:31:18 -04:00 committed by GitHub
commit 202c91ef64
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