Merge pull request #130 from proudier/haproxy3.0

chore: updated to HAproxy 3.0 and forced running as root
pull/120/merge v0.2.0
Pedro M. Baeza 2 months ago committed by GitHub
commit e37525d157
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save