Merge pull request #134 from EMarshal/main
This commit is contained in:
commit
1132d73975
@ -203,12 +203,6 @@ docker logs -f redlib
|
|||||||
|
|
||||||
### Docker CLI
|
### Docker CLI
|
||||||
|
|
||||||
> [!IMPORTANT]
|
|
||||||
> If deploying on:
|
|
||||||
>
|
|
||||||
> - an `arm64` platform, use the `quay.io/redlib/redlib:latest-arm` image instead.
|
|
||||||
> - an `armv7` platform, use the `quay.io/redlib/redlib:latest-armv7` image instead.
|
|
||||||
|
|
||||||
Deploy Redlib:
|
Deploy Redlib:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
redlib:
|
redlib:
|
||||||
image: quay.io/redlib/redlib:latest
|
image: quay.io/redlib/redlib:latest
|
||||||
# image: quay.io/redlib/redlib:latest-arm # uncomment if you use arm64
|
|
||||||
# image: quay.io/redlib/redlib:latest-armv7 # uncomment if you use armv7
|
|
||||||
restart: always
|
restart: always
|
||||||
container_name: "redlib"
|
container_name: "redlib"
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user