Skip to content

Commit

Permalink
Update WebAPI container port
Browse files Browse the repository at this point in the history
Signed-off-by: Yasumasa Suenaga <[email protected]>
  • Loading branch information
YaSuenag committed Apr 3, 2024
1 parent 47f15ca commit 8287182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/4.a.1-generate-webapi-client-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
webapi:
image: ${{ inputs.image }}
ports:
- 8080:80
- 8080:8080
options: >-
--health-cmd "curl -sS http://localhost/health"
--health-interval 3s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect-webapi-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
webapi:
image: ${{ needs.make-image-name-for-pull.outputs.image }}
ports:
- 8080:80
- 8080:8080
options: >-
--health-cmd "curl -sS http://localhost/health"
--health-interval 3s
Expand Down

0 comments on commit 8287182

Please sign in to comment.