Skip to content

Commit

Permalink
fix(examples/otel): docker compose command
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Mar 5, 2024
1 parent 7d85f92 commit c8b32db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/collectors/otel-log/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
forwarder:
image: ghcr.io/openmeterio/benthos-collector
pull_policy: always
command: benthos -c /etc/benthos/config.yaml
command: -c /etc/benthos/config.yaml
env_file:
- .env
environment:
Expand All @@ -17,7 +17,7 @@ services:
seeder:
image: ghcr.io/openmeterio/benthos-collector
pull_policy: always
command: benthos -c /etc/benthos/config.yaml
command: -c /etc/benthos/config.yaml
env_file:
- .env
environment:
Expand Down

0 comments on commit c8b32db

Please sign in to comment.