mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Add lscr to custom sample comopse
This commit is contained in:
parent
f7c9f14d0d
commit
c4cce37652
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user