We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e856849 commit 1d58038Copy full SHA for 1d58038
compose/docker-compose.yml
@@ -290,8 +290,6 @@ services:
290
higress-net:
291
aliases:
292
- promtail.svc
293
- ports:
294
- - "3101:3101/tcp"
295
healthcheck:
296
disable: true
297
# There is no curl or wget in the promtail image. We need to find another way to perform health check.
@@ -323,8 +321,6 @@ services:
323
321
324
322
325
- loki.svc
326
327
- - "3100:3100/tcp"
328
329
test:
330
[
@@ -354,8 +350,6 @@ services:
354
350
355
351
356
352
- grafana.svc
357
358
- - "3000:3000/tcp"
359
353
360
361
0 commit comments