From 28a4ddbe8b8be96829bfee8f490a959ecb686785 Mon Sep 17 00:00:00 2001 From: michaelchin Date: Sun, 13 Oct 2024 21:32:06 +1100 Subject: [PATCH] build docker image v0.2.4 --- build-docker-images.txt | 2 +- docker/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build-docker-images.txt b/build-docker-images.txt index d6668c1..43e1b10 100644 --- a/build-docker-images.txt +++ b/build-docker-images.txt @@ -3,4 +3,4 @@ # keep this file in the "build-docker-images" branch only. # the "build-docker-images" branch is used to build docker images only. # always merge from master before push to "build-docker-images" branch -v0.2.3 \ No newline at end of file +v0.2.4 \ No newline at end of file diff --git a/docker/README.md b/docker/README.md index ddd49ef..0362e98 100644 --- a/docker/README.md +++ b/docker/README.md @@ -122,6 +122,8 @@ You can try "--network host" argument. The command below will start a server lis If you start the docker container with "--network host", the localhost and 127.0.0.1 inside docker container are pointing to the host computer. `` docker run -d -v `pwd`:/gws --network host --restart always gplates/gws `` +`docker run -d --name my-gws-0 -p 18000:80 --restart always gplates/gws` +`docker run -d --name my-gws-1 -p 18001:80 --restart always gplates/gws` ## 👉 Docker compose