Closed MohdRashid01 closed 3 years ago
All the config options are documented on https://github.com/prymitive/karma/blob/main/docs/CONFIGURATION.md
Pass --listen.port N
or export LISTEN_PORT=N
env variable.
U mean below one like that ....i have added in environment docker-compose.yml file Is that correct or not let me know
karma-alert-dashboard:
image: lmierzwa/karma:latest
environment:
- "export LISTEN_PORT=9094"
- "ALERTMANAGER_URI=http://alertmanager:9093"
ports:
- '9094:9094'
Hi All,
I try to change port number in docker-compose.yml file but its not working it taking default port number only. Here is the docker-compose.yml
and Here is the prometheus.yml file
Here is the screenshot which u can see port number is showing different in docker container
Just help me How to change port number in cadvisor, node-exporter, karma-alert-dashboard.