Skip to content

Commit

Permalink
fix(docker): wrong kestra port again on compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jun 22, 2022
1 parent d87a83c commit ae5007c
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 @@ -55,7 +55,7 @@ services:
path: /tmp/kestra-wd/tmp
url: http://localhost:8080/
ports:
- "28080:8080"
- "8080:8080"
depends_on:
postgres:
condition: service_healthy

0 comments on commit ae5007c

Please sign in to comment.