Update README.md

This commit is contained in:
Anthony Raymond 2023-01-11 11:55:17 +01:00 committed by GitHub
parent 0b91dfbe8f
commit 589895610d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ Or the equivalent docker-compose service.
version: "2" version: "2"
services: services:
joal: joal:
image: anthonyraymond/joal image: anthonyraymond/joal:X.X.X
container_name: joal container_name: joal
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@ -82,8 +82,7 @@ services:
command: ["--joal-conf=/data", "--spring.main.web-environment=true", "--server.port=PORT", "--joal.ui.path.prefix=SECRET_OBFUSCATION_PATH", "--joal.ui.secret-token=SECRET_TOKEN"] command: ["--joal-conf=/data", "--spring.main.web-environment=true", "--server.port=PORT", "--joal.ui.path.prefix=SECRET_OBFUSCATION_PATH", "--joal.ui.secret-token=SECRET_TOKEN"]
``` ```
Multiple architectures are available at https://hub.docker.com/r/anthonyraymond/joal. Replace the `X.X.X` in `anthonyraymond/joal:X.X.X` with the desired version of joal (all versions are available [here](https://hub.docker.com/r/anthonyraymond/joal/tags)).
If you want to run on arm (raspberry) replace `anthonyraymond/joal` with `anthonyraymond/joal:X.X.X-arm` where X.X.X are the desired version of joal.
## 3. Start seeding ## 3. Start seeding