From ea32544e37cd5da656ffbe751838b48b19f22b60 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 9 Jun 2019 12:17:46 -0400 Subject: [PATCH] feat: set the debconf value for the global hostname --- docker/etc/my_init.d/10_dokku_init | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/etc/my_init.d/10_dokku_init b/docker/etc/my_init.d/10_dokku_init index 1d0dc4a36..050d075a9 100755 --- a/docker/etc/my_init.d/10_dokku_init +++ b/docker/etc/my_init.d/10_dokku_init @@ -39,6 +39,7 @@ main() { fi if [[ -n "$DOKKU_HOSTNAME" ]]; then + echo "dokku dokku/hostname string $DOKKU_HOSTNAME" | debconf-set-selections echo "dokku dokku/vhost_enable boolean true" | debconf-set-selections dokku --quiet domains:set-global "$DOKKU_HOSTNAME" fi