We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5000dd8 commit 770ccc1Copy full SHA for 770ccc1
docker-compose.coolify.yml
@@ -68,12 +68,6 @@ services:
68
- ./config/prometheus:/etc/prometheus
69
- prometheus_data:/prometheus
70
command:
71
- - >
72
- if [ -d /etc/prometheus/prometheus.yml ]; then
73
- echo "prometheus.yml is a directory — fixing...";
74
- rm -rf /etc/prometheus/prometheus.yml;
75
- fi;
76
- exec /bin/prometheus
77
- "--config.file=/etc/prometheus/prometheus.yml"
78
- "--storage.tsdb.path=/prometheus"
79
- "--web.console.libraries=/etc/prometheus/console_libraries"
0 commit comments