Skip to content

Commit

Permalink
Merge pull request #8 from LucienShui/fix/fix_docker_compose_version
Browse files Browse the repository at this point in the history
Update version in doc
  • Loading branch information
LucienShui authored Nov 26, 2019
2 parents 6cbc7d4 + 1b37e71 commit 5cd173c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 5cd173c

Please sign in to comment.