From 753de3e0f97ea996ba3dc682cbe812efbf7a0a74 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 17 Oct 2021 19:32:31 +0200 Subject: [PATCH] Bot Updating Templated Files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7219690..7332d42 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Here are some example snippets to help you get started creating a container. version: "2" services: bookstack: - image: ghcr.io/linuxserver/bookstack + image: lscr.io/linuxserver/bookstack container_name: bookstack environment: - PUID=1000 @@ -111,7 +111,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