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 80f0d4d commit d7c05aaCopy full SHA for d7c05aa
.github/workflows/docker-compose-test.yml
@@ -19,7 +19,6 @@ jobs:
19
20
- name: Validate Prometheus config
21
run: |
22
- # Скачиваем promtool прямо в workflow
23
curl -sSL https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-amd64.tar.gz | tar -xz
24
./prometheus-2.48.0.linux-amd64/promtool check config ./prometheus/config/prometheus.yml
25
@@ -29,6 +28,9 @@ jobs:
29
28
- name: Start services
30
run: docker compose up -d
31
+ - name: Fix Prometheus data folder permissions
32
+ run: sudo chown -R 65534:65534 ./prometheus/data
33
+
34
- name: Wait for containers to initialize
35
run: sleep 20
36
0 commit comments