Skip to content

Commit 231e86f

Browse files
committed
Fixed readme.
1 parent 263070c commit 231e86f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

78-
2) Pull the image from DockerHub: `docker pull artur10/taskiq-admin:latest`
78+
2) Pull the image from DockerHub: `docker pull ghcr.io/taskiq-python/taskiq-admin:latest`
7979

8080
3) Replace `TASKIQ_ADMIN_API_TOKEN` with any secret enough string and run:
8181
```bash
@@ -84,7 +84,7 @@ docker run -d --rm \
8484
-v ./taskiq-admin-data/:/usr/database/ \
8585
-e TASKIQ_ADMIN_API_TOKEN=supersecret \
8686
--name taskiq-admin \
87-
artur10/taskiq-admin:latest
87+
ghcr.io/taskiq-python/taskiq-admin:latest
8888
```
8989

9090
4) Go to `http://localhost:3000/tasks`
@@ -115,7 +115,7 @@ compose.yml file example
115115
- taskiq_admin
116116

117117
taskiq_admin:
118-
image: artur10/taskiq-admin:latest
118+
image: ghcr.io/taskiq-python/taskiq-admin:latest
119119
container_name: taskiq_admin
120120
ports:
121121
- 3000:3000
@@ -129,4 +129,4 @@ compose.yml file example
129129
### Development
130130
1) Run `pnpm install` to install all dependencies
131131
2) Run `pnpm db:push` to create the sqlite database if needed
132-
3) Run `pnpm dev` to run the project
132+
3) Run `pnpm dev` to run the project

0 commit comments

Comments
 (0)