Skip to content

Commit ca72f96

Browse files
committed
feat: update readme
1 parent 5d2c4c6 commit ca72f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class TaskiqAdminMiddleware(TaskiqMiddleware):
7676
return super().post_execute(message, result)
7777
```
7878

79-
2) Pull the image from DockerHub: `docker pull artur10/taskiq-admin:1.1.2`
79+
2) Pull the image from DockerHub: `docker pull artur10/taskiq-admin:latest`
8080

8181
3) Replace `ACCESS_TOKEN` with any secret enough string and run:
8282
```bash
@@ -85,7 +85,7 @@ docker run -d --rm \
8585
-v ./taskiq-admin-data/:/usr/database/ \
8686
-e TASKIQ_ADMIN_API_TOKEN=supersecret \
8787
--name taskiq-admin \
88-
artur10/taskiq-admin:1.1.2
88+
artur10/taskiq-admin:latest
8989
```
9090

9191
4) Go to `http://localhost:3000/tasks`

0 commit comments

Comments
 (0)