Skip to content

Commit 753de3e

Browse files
Bot Updating Templated Files
1 parent 202c91e commit 753de3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here are some example snippets to help you get started creating a container.
9393
version: "2"
9494
services:
9595
bookstack:
96-
image: ghcr.io/linuxserver/bookstack
96+
image: lscr.io/linuxserver/bookstack
9797
container_name: bookstack
9898
environment:
9999
- PUID=1000
@@ -111,7 +111,7 @@ services:
111111
depends_on:
112112
- bookstack_db
113113
bookstack_db:
114-
image: ghcr.io/linuxserver/mariadb
114+
image: lscr.io/linuxserver/mariadb
115115
container_name: bookstack_db
116116
environment:
117117
- PUID=1000

0 commit comments

Comments
 (0)