Skip to content

Commit

Permalink
chore: documents version to valid one
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoJerryYu committed Jun 4, 2024
1 parent 235f54f commit fa9ff08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It implements a simple URL resource download feature. All url [you-get](https://
ports:
- 5230:5230
webhook:
image: ghcr.io/ryojerryyu/memos-webhook-py
image: ghcr.io/ryojerryyu/memos-webhook-py:0.2.0
networks:
- memos
container_name: webhook
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
ports:
- 5230:5230
webhook:
image: webhook:0.0.44
image: ghcr.io/ryojerryyu/memos-webhook-py:0.2.0
networks:
- memos
container_name: webhook
Expand Down
2 changes: 1 addition & 1 deletion docker_compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- 5230:5230
webhook:
image: webhook:0.0.44
image: ghcr.io/ryojerryyu/memos-webhook-py:test
networks:
- memos
build:
Expand Down
2 changes: 1 addition & 1 deletion example/docker_compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ports:
- 5230:5230
webhook:
image: ghcr.io/ryojerryyu/memos-webhook-py:0.1.6
image: ghcr.io/ryojerryyu/memos-webhook-py:0.2.0
networks:
- memos_example
environment:
Expand Down

0 comments on commit fa9ff08

Please sign in to comment.