fix: fix indent

This commit is contained in:
dhawal1248 2023-09-13 14:34:07 +05:30
parent 2fe9e53766
commit 714a2ef4fd
4 changed files with 20 additions and 20 deletions

View File

@ -145,11 +145,11 @@ services:
query-service:
image: signoz/query-service:0.28.0
command:
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
command:
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
# ports:
# - "6060:6060" # pprof port
# - "8080:8080" # query-service port

View File

@ -22,11 +22,11 @@ services:
- ./prometheus.yml:/root/config/prometheus.yml
- ../dashboards:/root/config/dashboards
- ./data/signoz/:/var/lib/signoz/
command:
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
command:
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
ports:
- "6060:6060"
- "8080:8080"

View File

@ -164,11 +164,11 @@ services:
query-service:
image: signoz/query-service:${DOCKER_TAG:-0.28.0}
container_name: signoz-query-service
command:
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
command:
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
# ports:
# - "6060:6060" # pprof port
# - "8080:8080" # query-service port

View File

@ -153,11 +153,11 @@ services:
query-service:
image: signoz/query-service:latest
container_name: signoz-query-service
command:
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
command:
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
# ports:
# - "6060:6060" # pprof port
# - "8080:8080" # query-service port