docker-haproxy-k8s/init.sh

6 lines
94 B
Bash

#!/bin/sh
envsubst < /etc/haproxy/haproxy.template.cfg > /etc/haproxy/haproxy.cfg
exec "$@"