Bot Updating Documentation

pull/46/head
LinuxServer-CI 2021-10-17 19:32:33 +02:00
rodzic 03ac899e9f
commit 903c2704d2
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -68,7 +68,7 @@ To help you get started creating a container from this image you can either use
version: "2"
services:
bookstack:
image: ghcr.io/linuxserver/bookstack
image: lscr.io/linuxserver/bookstack
container_name: bookstack
environment:
- PUID=1000
@ -86,7 +86,7 @@ services:
depends_on:
- bookstack_db
bookstack_db:
image: ghcr.io/linuxserver/mariadb
image: lscr.io/linuxserver/mariadb
container_name: bookstack_db
environment:
- PUID=1000