@@ -90,4 +90,5 @@ EXPOSE 80 2003-2004 2023-2024 8125/udp 8126
VOLUME ["/opt/graphite/conf", "/opt/graphite/storage", "/etc/nginx", "/opt/statsd", "/etc/logrotate.d", "/var/log"]
WORKDIR /
ENV HOME /root
+ENV STATSD_INTERFACE udp
CMD ["/sbin/my_init"]
@@ -3,6 +3,8 @@
ports:
- "8080:80"
- "2003:2003"
+ - "8125:8125/udp"
+ - "8126:8126"
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro