From 33b224a35128dc25486ab727a71b3c33241d01d0 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 2 Mar 2025 22:54:25 +0100 Subject: [PATCH] Add: Doc for docker run command with ports --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 903faa3..9a22bd4 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,9 @@ or build it yourself with: ```Shell docker build -t git.aroy-art.com/aroy/codesys-sl:4.12.0.0 . -f Dockerfile --build-arg CDS_VERSION=4.12.0.0 ``` + +run the container with: + +```Shell + docker run -it --rm -p 1217:1217 -p 11740:11740 -p 11743:11743 git.aroy-art.com/aroy/codesys-sl:4.12.0.0 +```