Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- alloy:
- volumes:
- - /opt/mydocker/config/config.alloy:/etc/alloy/config.alloy
- ports:
- - 12345:12345
- - 601:601
- - 514:514/UDP
- - 514:514/TCP
- image: grafana/alloy:latest
- command: run --server.http.listen-addr=0.0.0.0:12345
- --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement