mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
FROM logstash:5-alpine
|
|
COPY logstash.conf /
|
|
CMD ["-f", "/logstash.conf"]
|