6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
envsubst < /etc/haproxy/haproxy.template.cfg > /etc/haproxy/haproxy.cfg
|
|
|
|
exec "$@"
|