Skip to content

Commit

Permalink
build docker image v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchin committed Oct 13, 2024
1 parent bd3be7c commit 28a4ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
v0.2.4
2 changes: 2 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28a4ddb

Please sign in to comment.