Skip to content

Commit

Permalink
Remove line causing container already existed (open-telemetry#27047)
Browse files Browse the repository at this point in the history
Remove container naming so newly created container will not overlap
existing container on host.

**Description:** <Describe what has changed.>
Newly created container should have name generated automatically by
Docker compose, so that existing container with the same name will not
need to be deleted

**Link to tracking Issue:** <Issue number if applicable>

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>
  • Loading branch information
minhtaile2712 committed Sep 21, 2023
1 parent 233cf28 commit 8b835a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ services:
- otel-collector

prometheus:
container_name: prometheus
image: prom/prometheus:latest
restart: always
volumes:
Expand Down

0 comments on commit 8b835a2

Please sign in to comment.