Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
singha42 committed Jun 24, 2020
1 parent b8591c8 commit a4761db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ vi docker-compose.yml

Edit the line below -61616:61616 and add 20000:20000 as shown below. Save the file and rerun your container(./run.sh -t develop).

``` bash
gridappsd:
image: gridappsd/gridappsd${GRIDAPPSD_TAG}
ports:
Expand All @@ -35,9 +36,8 @@ Edit the line below -61616:61616 and add 20000:20000 as shown below. Save the fi
- 61614:61614
- 61616:61616
- 20000:20000

```
To check if the port was added to gridappsd conatainer run docker ps -a and see if 20000 is present for the gridappsd container.

```

0 comments on commit a4761db

Please sign in to comment.