mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:27 +02:00
9 lines
157 B
YAML
9 lines
157 B
YAML
statsd:
|
|
image: vimagick/statsd
|
|
ports:
|
|
- "8125:8125/udp"
|
|
- "8126:8126/tcp"
|
|
external_links:
|
|
- graphite_graphite_1:graphite
|
|
restart: always
|