mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
output logs to /logstash.conf in our default compose file
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
FROM logstash:5-alpine
|
||||
COPY logstash.conf /
|
||||
RUN touch /logstash.log
|
||||
RUN chown logstash:logstash /logstash.log
|
||||
CMD ["-f", "/logstash.conf"]
|
||||
|
||||
Reference in New Issue
Block a user