Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
add port to docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
seanauff committed May 13, 2020
1 parent 5cdb740 commit 0ba0fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ docker pull seanauff/dwc2-klipper:[tag]
Start the container:

```shell
docker run -d --device /dev/ttyUSB0:/dev/ttyUSB0 -v [some/path/on/host]:/home/dwc2-klipper/config seanauff/dwc2-klipper:[tag]
docker run -d --device /dev/ttyUSB0:/dev/ttyUSB0 -v [some/path/on/host]:/home/dwc2-klipper/config -p 4750:4750 seanauff/dwc2-klipper:[tag]
```

### Build the image yourself
Expand Down

0 comments on commit 0ba0fb1

Please sign in to comment.