Skip to content

Commit

Permalink
Merge pull request #19 from LiquidPL/patch-1
Browse files Browse the repository at this point in the history
Update README.md to point to ghcr.io container images
  • Loading branch information
twalen authored Jun 5, 2023
2 parents 16d5dc3 + 1901347 commit c96579e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ which will cause the tests to fail. It is recommended to skip testing Sio2Jail i

# Docker

An official Docker image for sioworkers is available at https://hub.docker.com/r/sio2project/sioworkers.
An [official Docker image](https://github.com/sio2project/sioworkers/pkgs/container/sioworkers) for sioworkers is available on the GitHub Container Registry.

```console
$ docker run --rm \
Expand All @@ -44,7 +44,7 @@ $ docker run --rm \
-e "WORKER_RAM=1024" \
--memory="1152m" \
--cpus=2.0 \
sio2project/sioworkers:latest
ghcr.io/sio2project/sioworkers:latest
```

Notes:
Expand All @@ -65,7 +65,7 @@ version: '3.8'
...

worker:
image: sio2project/sioworkers:latest
image: ghcr.io/sio2project/sioworkers:latest
deploy:
resources:
limits:
Expand Down

0 comments on commit c96579e

Please sign in to comment.