Skip to content

Commit

Permalink
uses official entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
excalq authored and kuskoman committed Apr 21, 2023
1 parent 235ba5c commit e63e459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
interval: 30s
timeout: 10s
retries: 8
command: logstash --config.reload.automatic
command: /usr/local/bin/docker-entrypoint --config.reload.automatic
ports:
- ${LOGSTASH_PORT:-5044}:5044
- ${LOGSTASH_STATS_PORT:-9600}:9600
Expand Down

0 comments on commit e63e459

Please sign in to comment.