Set debug profile for Kibana in docker-compose

This commit is contained in:
Hongbo Wu 2022-12-30 13:12:59 +08:00
parent 9854f4652f
commit b6897c7ba7

View file

@ -65,6 +65,8 @@ services:
- elastic
ports:
- "5601:5601"
profiles:
- debug
redis:
image: "redis:6.2.7"