Skip to content

Commit 4c2f3aa

Browse files
Bot Updating Templated Files
1 parent 0adab4d commit 4c2f3aa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ For more information on BookStack visit their website and check it out: https://
5050

5151
## Supported Architectures
5252

53-
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/).
53+
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/).
5454

55-
Simply pulling `lscr.io/linuxserver/bookstack` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
55+
Simply pulling `lscr.io/linuxserver/bookstack:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
5656

5757
The architectures supported by this image are:
5858

59-
| Architecture | Tag |
60-
| :----: | --- |
61-
| x86-64 | amd64-latest |
62-
| arm64 | arm64v8-latest |
63-
| armhf | arm32v7-latest |
59+
| Architecture | Available | Tag |
60+
| :----: | :----: | ---- |
61+
| x86-64 | | amd64-\<version tag\> |
62+
| arm64 | | arm64v8-\<version tag\> |
63+
| armhf|| arm32v7-\<version tag\> |
6464

6565
## Application Setup
6666

@@ -143,7 +143,7 @@ docker run -d \
143143
-p 6875:80 \
144144
-v /path/to/data:/config \
145145
--restart unless-stopped \
146-
lscr.io/linuxserver/bookstack
146+
lscr.io/linuxserver/bookstack:latest
147147
```
148148

149149
## Parameters
@@ -205,7 +205,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
205205
* container version number
206206
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' bookstack`
207207
* image version number
208-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/bookstack`
208+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/bookstack:latest`
209209

210210
## Updating Info
211211

@@ -223,7 +223,7 @@ Below are the instructions for updating containers:
223223

224224
### Via Docker Run
225225

226-
* Update the image: `docker pull lscr.io/linuxserver/bookstack`
226+
* Update the image: `docker pull lscr.io/linuxserver/bookstack:latest`
227227
* Stop the running container: `docker stop bookstack`
228228
* Delete the container: `docker rm bookstack`
229229
* 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)

0 commit comments

Comments
 (0)