We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202c91e commit 753de3eCopy full SHA for 753de3e
README.md
@@ -93,7 +93,7 @@ Here are some example snippets to help you get started creating a container.
93
version: "2"
94
services:
95
bookstack:
96
- image: ghcr.io/linuxserver/bookstack
+ image: lscr.io/linuxserver/bookstack
97
container_name: bookstack
98
environment:
99
- PUID=1000
@@ -111,7 +111,7 @@ services:
111
depends_on:
112
- bookstack_db
113
bookstack_db:
114
- image: ghcr.io/linuxserver/mariadb
+ image: lscr.io/linuxserver/mariadb
115
container_name: bookstack_db
116
117
0 commit comments