Update docker run instructions
This commit is contained in:
parent
bbcbf3ebe2
commit
c72c68828d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ dispatch help
|
||||||
|
|
||||||
#### 3. Docker
|
#### 3. Docker
|
||||||
```bash
|
```bash
|
||||||
docker run -p 8080:8080 khlieng/dispatch
|
docker run -p <http port>:80 -p <https port>:443 -v <path>:/data khlieng/dispatch
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue