Change public Kowl port

This commit is contained in:
2022-02-21 08:14:02 +01:00
parent 11140e3ecc
commit 35f2ceea66

View File

@@ -82,7 +82,7 @@ services:
volumes:
- ./config.yaml:/etc/kowl/config.yaml
ports:
- "8081:8080"
- "8080:8080"
entrypoint: ./kowl --config.filepath=/etc/kowl/config.yaml
depends_on:
- kafka1