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 }}"