Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jul 13, 2020
1 parent 669187a commit e452d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docker pull ceticasbl/tsimulus-ms:1.6
```
* Run the microservice: this command launches the Tsimulus microservice on port 8001.
```
sudo docker run --name tsimulus-ms -ti -p 8001:8001 -d ceticasbl/tsimulus-ms:1.6
docker run --name tsimulus-ms -ti -p 8001:8001 -d ceticasbl/tsimulus-ms:1.6
```

When it's done, as explained in the previous section "How to use it?", the service can be accessed by submitting POST request to port 8001.
Expand Down
2 changes: 1 addition & 1 deletion arm64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ docker pull ceticasbl/tsimulus-ms-arm64
```
* Run the microservice: this command launches the tsimulus-ws.jar on port 8001.
```
sudo docker run --name tsimulus-ms-arm64 -ti -p 8001:8001 -d ceticasbl/tsimulus-ms-arm64
docker run --name tsimulus-ms-arm64 -ti -p 8001:8001 -d ceticasbl/tsimulus-ms-arm64
```

0 comments on commit e452d4f

Please sign in to comment.