Commit 321532ea authored by Your Name's avatar Your Name

fix nebula depends on

parent c162c66f
...@@ -132,7 +132,7 @@ services: ...@@ -132,7 +132,7 @@ services:
image: prom/prometheus:latest image: prom/prometheus:latest
container_name: prometheus container_name: prometheus
ports: ports:
- "9090:9090" - "9000:9090"
command: command:
- --config.file=/etc/prometheus/prometheus.yml - --config.file=/etc/prometheus/prometheus.yml
volumes: volumes:
......
...@@ -132,7 +132,7 @@ services: ...@@ -132,7 +132,7 @@ services:
image: prom/prometheus:latest image: prom/prometheus:latest
container_name: prometheus container_name: prometheus
ports: ports:
- "9090:9090" - "9000:9090"
command: command:
- --config.file=/etc/prometheus/prometheus.yml - --config.file=/etc/prometheus/prometheus.yml
volumes: volumes:
......
...@@ -174,7 +174,7 @@ echo " prometheus:" >> $composefile ...@@ -174,7 +174,7 @@ echo " prometheus:" >> $composefile
echo " image: prom/prometheus:latest" >> $composefile echo " image: prom/prometheus:latest" >> $composefile
echo " container_name: prometheus" >> $composefile echo " container_name: prometheus" >> $composefile
echo " ports:" >> $composefile echo " ports:" >> $composefile
echo " - \"9090:9090\"" >> $composefile echo " - \"9000:9090\"" >> $composefile
echo " command:" >> $composefile echo " command:" >> $composefile
echo " - --config.file=/etc/prometheus/prometheus.yml" >> $composefile echo " - --config.file=/etc/prometheus/prometheus.yml" >> $composefile
echo " volumes:" >> $composefile echo " volumes:" >> $composefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment