1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2024-12-21 22:28:07 +00:00

chore: updated to HAproxy 3.0 while forcing running as root

This commit is contained in:
Pierre Roudier 2024-07-05 12:45:22 -04:00
parent 45f7fb01df
commit 0ee23ca893
No known key found for this signature in database

View File

@ -1,5 +1,6 @@
FROM haproxy:2.2-alpine FROM haproxy:3.0-alpine
USER root
EXPOSE 2375 EXPOSE 2375
ENV ALLOW_RESTARTS=0 \ ENV ALLOW_RESTARTS=0 \
ALLOW_STOP=0 \ ALLOW_STOP=0 \