Broaden network interface to catch outside the container

This commit is contained in:
Luke Murphy 2020-04-06 13:17:50 +02:00
parent 6323b4c2c9
commit 2b489c6025
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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