Skip to content

Commit e37525d

Browse files
authored
Merge pull request #130 from proudier/haproxy3.0
chore: updated to HAproxy 3.0 and forced running as root
2 parents 45f7fb0 + 0ee23ca commit e37525d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM haproxy:2.2-alpine
1+
FROM haproxy:3.0-alpine
22

3+
USER root
34
EXPOSE 2375
45
ENV ALLOW_RESTARTS=0 \
56
ALLOW_STOP=0 \

0 commit comments

Comments
 (0)