We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d2e66 commit 836484bCopy full SHA for 836484b
.aspell.yml
@@ -42,3 +42,5 @@ allowed:
42
- namespaces
43
- http
44
- CORS
45
+ - dataplaneapi
46
+ - usr
build/Dockerfile
@@ -43,6 +43,7 @@ COPY /fs /
RUN apk --no-cache add socat openssl util-linux htop tzdata curl libcap && \
rm -f /usr/local/bin/dataplaneapi /usr/bin/dataplaneapi /etc/haproxy/dataplaneapi.yml && \
+ rm -f /usr/local/bin/dataplaneapi-v2 /usr/bin/dataplaneapi-v2 && \
47
chgrp -R haproxy /usr/local/etc/haproxy /run /var && \
48
chmod -R ug+rwx /usr/local/etc/haproxy /run /var && \
49
setcap 'cap_net_bind_service=+ep' /usr/local/sbin/haproxy && \
0 commit comments