Skip to content

Commit

Permalink
add step definition to docker-compose action for build
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack committed Feb 8, 2024
1 parent 914d129 commit b9857e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- ELASTICSEARCH_URL=http://elasticsearch.integration:9200
- ELASTICSEARCH_USERNAME=elastic
- ELASTICSEARCH_PASSWORD=topsecret
command: "-f /inputs/opensearch_example.yaml"
command: "-s opensearch -f /inputs/opensearch_example.yaml"
volumes:
- ./inputs:/inputs:Z
depends_on:
Expand Down

0 comments on commit b9857e4

Please sign in to comment.