Skip to content

Commit

Permalink
docs: update docker tag (#77)
Browse files Browse the repository at this point in the history
* chore: bump version

* docs: update docker tag
  • Loading branch information
Erb3 authored Jun 18, 2024
1 parent 931c89e commit efc7ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ View the public instance at [sveio.shuttleapp.rs](https://sveio.shuttleapp.rs)!
Sveio is available as a docker image. If you use `docker run` you can run the following to start it:

```bash
docker run -d -p 8085:8085 ghcr.io/erb3/sveio:main
docker run -d -p 8085:8085 ghcr.io/erb3/sveio:latest
```

Alternatively, you can use the following docker compose:
Expand All @@ -23,7 +23,7 @@ Alternatively, you can use the following docker compose:
services:
sveio:
container_name: sveio
image: ghcr.io/erb3/sveio:main
image: ghcr.io/erb3/sveio:latest
ports:
- 8085:8085
restart: unless-stopped
Expand Down

0 comments on commit efc7ec6

Please sign in to comment.