Skip to content

Commit

Permalink
feat: add options for allowing stop and start
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Nov 26, 2023
1 parent 085fd0a commit 8d737c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM haproxy:2.2-alpine

EXPOSE 2375
ENV ALLOW_RESTARTS=0 \
ALLOW_STOP=0 \
ALLOW_START=0 \
AUTH=0 \
BUILD=0 \
COMMIT=0 \
Expand Down

0 comments on commit 8d737c8

Please sign in to comment.