Skip to content

Commit 1d58038

Browse files
authored
fix: Remove some redundant port mappings (#141)
1 parent e856849 commit 1d58038

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

compose/docker-compose.yml

-6
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ services:
290290
higress-net:
291291
aliases:
292292
- promtail.svc
293-
ports:
294-
- "3101:3101/tcp"
295293
healthcheck:
296294
disable: true
297295
# 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:
323321
higress-net:
324322
aliases:
325323
- loki.svc
326-
ports:
327-
- "3100:3100/tcp"
328324
healthcheck:
329325
test:
330326
[
@@ -354,8 +350,6 @@ services:
354350
higress-net:
355351
aliases:
356352
- grafana.svc
357-
ports:
358-
- "3000:3000/tcp"
359353
healthcheck:
360354
test:
361355
[

0 commit comments

Comments
 (0)