Skip to content
Snippets Groups Projects
Commit 615de89d authored by Alžbeta Hajná's avatar Alžbeta Hajná
Browse files

fix: port 8090 updated in README for docker run command

parent cc5b3e8c
No related branches found
No related tags found
4 merge requests!54Merge develop into main,!48Scenario,!47Docker fix,!44Security
Pipeline #
...@@ -144,7 +144,7 @@ docker build -t pa165/formula-team-management/<module>-image . ...@@ -144,7 +144,7 @@ docker build -t pa165/formula-team-management/<module>-image .
To run specific docker image use command To run specific docker image use command
```bash ```bash
docker run -p 8080:8080 pa165/formula-team-management/<module>-image docker run -p 8090:8090 pa165/formula-team-management/<module>-image
``` ```
To avoid confusion the best way is to be consistent with ports listed above, To avoid confusion the best way is to be consistent with ports listed above,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment