Skip to content

Commit

Permalink
chore(docker): fix kestra port
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Mar 10, 2022
1 parent 6fcd288 commit f31db14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
path: /tmp/kestra-wd/tmp
url: http://localhost:8080/
ports:
- "28080:8080"
- "8080:8080"
depends_on:
- kafka
- zookeeper
Expand Down

0 comments on commit f31db14

Please sign in to comment.