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 cdc916b commit 3b68471Copy full SHA for 3b68471
1 file changed
Dockerfile
@@ -44,6 +44,8 @@ RUN set -ex; \
44
\
45
# Create entrypoint
46
/usr/local/bin/docker-entrypoint.sh \
47
+ cp /usr/local/etc/haproxy/haproxy.cfg.template /usr/local/etc/haproxy/haproxy.cfg; \
48
+ sed -i "s/\${BIND_CONFIG}/:2375/g" /usr/local/etc/haproxy/haproxy.cfg; \
49
echo "#!/bin/bash" > /usr/local/bin/demyx-entrypoint; \
50
echo "haproxy -W -db -f /usr/local/etc/haproxy/haproxy.cfg" >> /usr/local/bin/demyx-entrypoint; \
51
0 commit comments