mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
upgrade statsd to 0.8.6
This commit is contained in:
parent
53fd25762d
commit
0c332ab01e
@ -2,10 +2,10 @@
|
||||
# Dockerfile for statsd
|
||||
#
|
||||
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.pro>
|
||||
FROM alpine:3
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV STATSD_VERSION 0.8.5
|
||||
ENV STATSD_VERSION 0.8.6
|
||||
ENV STATSD_URL https://github.com/etsy/statsd/archive/v$STATSD_VERSION.tar.gz
|
||||
|
||||
WORKDIR /opt/statsd
|
||||
|
@ -1,8 +1,8 @@
|
||||
statsd:
|
||||
image: vimagick/statsd
|
||||
ports:
|
||||
- "8125:8125/udp"
|
||||
- "8126:8126/tcp"
|
||||
- "8125:8125/udp"
|
||||
volumes:
|
||||
- ./data/config.js:/opt/statsd/config.js
|
||||
external_links:
|
||||
|
Loading…
Reference in New Issue
Block a user