1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-01-02 20:00:55 +00:00

Run as root

This commit is contained in:
Jake Howard 2022-11-06 14:34:54 +00:00
parent cdaa212c9d
commit 104914f212
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -1,5 +1,7 @@
FROM haproxy:lts-alpine
USER root
EXPOSE 2375
ENV ALLOW_RESTARTS=0 \
AUTH=0 \