Skip to content
Snippets Groups Projects
Commit 8d737c82 authored by Sam McLeod's avatar Sam McLeod
Browse files

feat: add options for allowing stop and start

parent 085fd0a2
Branches
Tags
No related merge requests found
...@@ -2,6 +2,8 @@ FROM haproxy:2.2-alpine ...@@ -2,6 +2,8 @@ FROM haproxy:2.2-alpine
EXPOSE 2375 EXPOSE 2375
ENV ALLOW_RESTARTS=0 \ ENV ALLOW_RESTARTS=0 \
ALLOW_STOP=0 \
ALLOW_START=0 \
AUTH=0 \ AUTH=0 \
BUILD=0 \ BUILD=0 \
COMMIT=0 \ COMMIT=0 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment