From 2b489c60256531ca864a1b29b6118e36f4f0b0fd Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Apr 2020 13:17:50 +0200 Subject: [PATCH] Broaden network interface to catch outside the container --- ansible/pre-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index d10ea40..b45dfae 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -48,5 +48,5 @@ restart: false config: DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}" - JEKYLL_HOST: "{{ domain }}" + JEKYLL_HOST: "0.0.0.0" JEKYLL_PORT: "{{ http_port }}"