Skip to content

Commit

Permalink
Merge pull request #12 from lucaskbr/master
Browse files Browse the repository at this point in the history
fix docker run cmd port bind
  • Loading branch information
fbarresi authored Jun 25, 2024
2 parents dc31f3c + e71db09 commit 0ac5379
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 @@ -22,7 +22,7 @@ dotnet bin\Debug\netcoreapp2.0\SoftPlc.dll --plcPort=102 --urls="http://localhos
Pull the actual docker image for your platform [see available tags](https://hub.docker.com/r/fbarresi/softplc/tags/) and run it with the correct port binding. (Brand new MOBY support is included! Just select latest-win1809 tag.)

```docker
docker run -p 8080:80 -p 8443:443 -p 102:102 --name softplc fbarresi/softplc:latest-linux
docker run -p 8080:8080 -p 8443:443 -p 102:102 --name softplc fbarresi/softplc:latest-linux
```

Now you have:
Expand Down

0 comments on commit 0ac5379

Please sign in to comment.