We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dae202 + ca72f96 commit 42f26f3Copy full SHA for 42f26f3
README.md
@@ -76,7 +76,7 @@ class TaskiqAdminMiddleware(TaskiqMiddleware):
76
return super().post_execute(message, result)
77
```
78
79
-2) Pull the image from DockerHub: `docker pull artur10/taskiq-admin:1.1.2`
+2) Pull the image from DockerHub: `docker pull artur10/taskiq-admin:latest`
80
81
3) Replace `ACCESS_TOKEN` with any secret enough string and run:
82
```bash
@@ -85,7 +85,7 @@ docker run -d --rm \
85
-v ./taskiq-admin-data/:/usr/database/ \
86
-e TASKIQ_ADMIN_API_TOKEN=supersecret \
87
--name taskiq-admin \
88
- artur10/taskiq-admin:1.1.2
+ artur10/taskiq-admin:latest
89
90
91
4) Go to `http://localhost:3000/tasks`
0 commit comments