You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +51,7 @@ For more information on BookStack visit their website and check it out: https://
50
51
51
52
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
52
53
53
-
Simply pulling `ghcr.io/linuxserver/bookstack` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
54
+
Simply pulling `lscr.io/linuxserver/bookstack` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
54
55
55
56
The architectures supported by this image are:
56
57
@@ -141,7 +142,7 @@ docker run -d \
141
142
-p 6875:80 \
142
143
-v /path/to/data:/config \
143
144
--restart unless-stopped \
144
-
ghcr.io/linuxserver/bookstack
145
+
lscr.io/linuxserver/bookstack
145
146
```
146
147
147
148
## Parameters
@@ -203,7 +204,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
203
204
* container version number
204
205
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' bookstack`
205
206
* image version number
206
-
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/bookstack`
207
+
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/bookstack`
207
208
208
209
## Updating Info
209
210
@@ -221,7 +222,7 @@ Below are the instructions for updating containers:
221
222
222
223
### Via Docker Run
223
224
224
-
* Update the image: `docker pull ghcr.io/linuxserver/bookstack`
225
+
* Update the image: `docker pull lscr.io/linuxserver/bookstack`
225
226
* Stop the running container: `docker stop bookstack`
226
227
* Delete the container: `docker rm bookstack`
227
228
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
@@ -256,7 +257,7 @@ cd docker-bookstack
256
257
docker build \
257
258
--no-cache \
258
259
--pull \
259
-
-t ghcr.io/linuxserver/bookstack:latest .
260
+
-t lscr.io/linuxserver/bookstack:latest .
260
261
```
261
262
262
263
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
0 commit comments