mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
FROM logstash:5-alpine
|
|
COPY logstash.conf /
|
|
CMD ["-f", "/logstash.conf"]
|