From efc7ec63bf4a48d89a776e5d9f5807c257a69d80 Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:59:34 +0200 Subject: [PATCH] docs: update docker tag (#77) * chore: bump version * docs: update docker tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c363dc..e508a38 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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