mirror of
https://github.com/Tecnativa/docker-socket-proxy
synced 2024-11-27 10:28:18 +00:00
feat: add options for allowing stop and start
This commit is contained in:
parent
085fd0a23c
commit
8d737c82f4
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user