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.
1 parent 231e86f commit 35a51e1Copy full SHA for 35a51e1
README.md
@@ -75,7 +75,7 @@ class TaskiqAdminMiddleware(TaskiqMiddleware):
75
return super().post_execute(message, result)
76
```
77
78
-2) Pull the image from DockerHub: `docker pull ghcr.io/taskiq-python/taskiq-admin:latest`
+2) Pull the image from GitHub Container Registry: `docker pull ghcr.io/taskiq-python/taskiq-admin:latest`
79
80
3) Replace `TASKIQ_ADMIN_API_TOKEN` with any secret enough string and run:
81
```bash
0 commit comments