Skip to content

Commit

Permalink
Merge pull request #16 from thetractor/master
Browse files Browse the repository at this point in the history
Fix secret referencing for logstash service
  • Loading branch information
MSAdministrator authored Jul 15, 2021
2 parents fe774b3 + 8a72a61 commit b45d850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ services:
target: ${LOGSTASH_DIR}/config/logstash.crt
- source: logstash.key
target: ${LOGSTASH_DIR}/config/logstash.key
- source: logstash.pkcs8
- source: logstash.pkcs8.key
target: ${LOGSTASH_DIR}/config/logstash.pkcs8.key
- source: logstash.p12
target: ${LOGSTASH_DIR}/config/logstash.p12
Expand Down Expand Up @@ -277,4 +277,4 @@ services:

networks:
elk:
driver: bridge
driver: bridge

0 comments on commit b45d850

Please sign in to comment.