Added missing kafka port in traefik service
This commit is contained in:
parent
0013aabf12
commit
d1db292328
@ -17,6 +17,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
- "9092:9092"
|
||||||
- "27017:27017"
|
- "27017:27017"
|
||||||
volumes:
|
volumes:
|
||||||
- "./letsencrypt:/letsencrypt"
|
- "./letsencrypt:/letsencrypt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user