From e71db0902b31ec83cbfc352357953bc904671460 Mon Sep 17 00:00:00 2001 From: Lucas Klasa <39783638+lucaskbr@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:28:21 -0300 Subject: [PATCH] fix docker run cmd port bind --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e71433..b3330eb 100644 --- a/README.md +++ b/README.md @@ -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: