docker/bind9/entrypoint.sh
2024-02-06 11:04:11 +01:00

6 lines
86 B
Bash

#!/bin/bash
sed -i "s \$BASE_URL $BASE_URL " /etc/bind/named.conf.options
exec "$@"