Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed Port for frontend service after the change to nginx as static web-server
  • Loading branch information
tobiashochguertel committed Aug 7, 2023
1 parent 8b27a3a commit add74b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
webapp:
image: docker.io/tobiashochguertel/th-helm-playground-frontend:latest
ports:
- '4173:4173'
- '4173:80'
environment:
- BACKEND_PORT=3001
- BACKEND_HOSTNAME=backend
Expand Down

0 comments on commit add74b4

Please sign in to comment.