Skip to content

Commit

Permalink
Update docker-compose.dev.yml
Browse files Browse the repository at this point in the history
Fix wrong exposed port after changing to nginx as static site server
  • Loading branch information
tobiashochguertel committed Aug 7, 2023
1 parent 9cb287c commit 8b27a3a
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 8b27a3a

Please sign in to comment.