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 08e463f commit 8ece756Copy full SHA for 8ece756
README.md
@@ -203,12 +203,6 @@ docker logs -f redlib
203
204
### Docker CLI
205
206
-> [!IMPORTANT]
207
-> If deploying on:
208
->
209
-> - an `arm64` platform, use the `quay.io/redlib/redlib:latest-arm` image instead.
210
-> - an `armv7` platform, use the `quay.io/redlib/redlib:latest-armv7` image instead.
211
-
212
Deploy Redlib:
213
214
```bash
compose.yaml
@@ -1,8 +1,6 @@
1
services:
2
redlib:
3
image: quay.io/redlib/redlib:latest
4
- # image: quay.io/redlib/redlib:latest-arm # uncomment if you use arm64
5
- # image: quay.io/redlib/redlib:latest-armv7 # uncomment if you use armv7
6
restart: always
7
container_name: "redlib"
8
ports:
0 commit comments