Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 5b01bec

Browse files
committed
Restore tag
1 parent a91e4af commit 5b01bec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Find us at:
4646

4747
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://distribution.github.io/distribution/spec/manifest-v2-2/#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
4848

49-
Simply pulling `lscr.io/linuxserver/readarr` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
49+
Simply pulling `lscr.io/linuxserver/readarr:develop` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
5050

5151
The architectures supported by this image are:
5252

@@ -99,7 +99,7 @@ To help you get started creating a container from this image you can either use
9999
---
100100
services:
101101
readarr:
102-
image: lscr.io/linuxserver/readarr
102+
image: lscr.io/linuxserver/readarr:develop
103103
container_name: readarr
104104
environment:
105105
- PUID=1000
@@ -127,7 +127,7 @@ docker run -d \
127127
-v /path/to/books:/books `#optional` \
128128
-v /path/to/download-client-downloads:/downloads `#optional` \
129129
--restart unless-stopped \
130-
lscr.io/linuxserver/readarr
130+
lscr.io/linuxserver/readarr:develop
131131
```
132132

133133
## Parameters
@@ -295,7 +295,7 @@ cd docker-readarr
295295
docker build \
296296
--no-cache \
297297
--pull \
298-
-t lscr.io/linuxserver/readarr .
298+
-t lscr.io/linuxserver/readarr:develop .
299299
```
300300

301301
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`

0 commit comments

Comments
 (0)