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: volumes:
- ./config.yaml:/etc/kowl/config.yaml - ./config.yaml:/etc/kowl/config.yaml
ports: ports:
- "8081:8080" - "8080:8080"
entrypoint: ./kowl --config.filepath=/etc/kowl/config.yaml entrypoint: ./kowl --config.filepath=/etc/kowl/config.yaml
depends_on: depends_on:
- kafka1 - kafka1