1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-07-13 18:48:12 +00:00

FIX deprecated instruction MAINTAINER

This commit is contained in:
Cell 2018-02-17 18:19:11 +01:00
parent ed1ab31983
commit 7734dc6911

View File

@ -1,5 +1,5 @@
FROM haproxy:1.7-alpine
MAINTAINER Tecnativa <info@tecnativa.com>
LABEL maintainer="Tecnativa <info@tecnativa.com>"
EXPOSE 2375
ENV AUTH=0 \