Skip to content

Commit 3b68471

Browse files
committed
fix: upstream changes
1 parent cdc916b commit 3b68471

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ RUN set -ex; \
4444
\
4545
# Create entrypoint
4646
/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; \
4749
echo "#!/bin/bash" > /usr/local/bin/demyx-entrypoint; \
4850
echo "haproxy -W -db -f /usr/local/etc/haproxy/haproxy.cfg" >> /usr/local/bin/demyx-entrypoint; \
4951
\

0 commit comments

Comments
 (0)