Skip to content

Commit

Permalink
release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5kywa1ker committed May 22, 2020
1 parent 19e5386 commit c862b6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
## Docker镜像
### Pull image
```bash
docker pull skywa1ker/mall:1.0
docker pull skywa1ker/mall:latest
```
### Run
```bash
docker run -p 8081:8081 --name mall -v /data/mall/config:/data/mall/config -v /data/mall/log:/data/mall/log -v /data/mall/file:/data/mall/file -v /data/mall/h2db:/data/mall/h2db --restart=always -d skywa1ker/mall:1.0
```
docker run -p 8081:8081 --name mall -v /data/mall/config:/data/mall/config -v /data/mall/log:/data/mall/log --restart=always -d skywa1ker/mall:latest
```
访问:http://127.0.0.1:8081/mall

0 comments on commit c862b6c

Please sign in to comment.