Skip to content

Commit

Permalink
Merge pull request #9 from PasteUs/dev
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
LucienShui authored Nov 26, 2019
2 parents 39af98b + 5cd173c commit 94818b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="https://img.shields.io/badge/pasteme__lite.tar.gz-9.9MB-green.svg" alt="version">
</a>
<a href="./doc/DEPLOY.md">
<img src="https://img.shields.io/badge/docker_image-48.1MB-darkgreen.svg" alt="version">
<img src="https://img.shields.io/badge/docker_image-23.1MB-yellow.svg" alt="version">
</a>
</p>
<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion doc/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker run \
-d \
-p 80:8000 \
-v ${PWD}/backend/data/:/data/ \
registry.cn-hangzhou.aliyuncs.com/pasteus/pasteme-lite:0.0.1
registry.cn-hangzhou.aliyuncs.com/pasteus/pasteme-lite:0.0.2
```

## docker-compose
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
pasteme-lite:
image: registry.cn-hangzhou.aliyuncs.com/pasteus/pasteme-lite:0.0.1
image: registry.cn-hangzhou.aliyuncs.com/pasteus/pasteme-lite:0.0.2
container_name: pasteme-lite
healthcheck:
test: ["CMD", "wget", "localhost:8000/?method=beat", "--output=/dev/null"]
Expand Down

0 comments on commit 94818b3

Please sign in to comment.