Skip to content
Snippets Groups Projects
Commit f9723743 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Removes useless VOLUME instruction

parent 508d4100
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ RUN \
wget https://get.docker.com/builds/Linux/x86_64/docker-1.2.0 -O docker && \
chmod +x docker
VOLUME ["/etc/confd/", "/etc/haproxy"]
ENTRYPOINT ["/confd"]
CMD ["-interval=60", "-node=172.17.42.1:4001", "-watch=true", "-verbose=true"]
......@@ -8,7 +8,6 @@ RUN \
apt-get install -y haproxy && \
rm -rf /var/lib/apt/lists/*
VOLUME ["/etc/haproxy"]
ENTRYPOINT ["haproxy"]
CMD ["-f", "/etc/haproxy/haproxy.cfg"]
EXPOSE 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment