Skip to content

Commit 7eacd98

Browse files
wajasaghul
authored andcommitted
Renaming otel-collector container to otel and dropping container_name
Closes: #2162
1 parent 995b0e4 commit 7eacd98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

log-analyser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
# Log Analyser: used for setting up a log analysis system for visualization, log collection and log processing.
55

66
loki:
7-
container_name: loki
87
image: grafana/loki:3.0.0
98
command: -config.file=/conf/loki-config.yaml
109
volumes:
@@ -15,8 +14,7 @@ services:
1514
networks:
1615
meet.jitsi:
1716

18-
otel-collector:
19-
container_name: otel
17+
otel:
2018
image: otel/opentelemetry-collector-contrib:0.130.0
2119
user: "0" # required for reading docker container logs
2220
volumes:

0 commit comments

Comments
 (0)