Skip to content

Commit

Permalink
Fix wrong port
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashochguertel committed Aug 7, 2023
1 parent 8fc848f commit 5478c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
webapp:
image: localhost/th-helm-playground-webapp:latest
ports:
- '4173:4173'
- '4173:80'
environment:
- BACKEND_PORT=3001
- BACKEND_HOSTNAME=backend
Expand Down

0 comments on commit 5478c01

Please sign in to comment.