Revert "Drop the host flag"
This reverts commit 8bdfe162493ede19175e019e59b4ff725c657a96. Going to need that to open up the network space outside of the container. See https://github.com/moby/moby/issues/28121.
This commit is contained in:
parent
da6b4a1c02
commit
6323b4c2c9
@ -48,4 +48,5 @@
|
|||||||
restart: false
|
restart: false
|
||||||
config:
|
config:
|
||||||
DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}"
|
DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}"
|
||||||
|
JEKYLL_HOST: "{{ domain }}"
|
||||||
JEKYLL_PORT: "{{ http_port }}"
|
JEKYLL_PORT: "{{ http_port }}"
|
||||||
|
@ -8,6 +8,7 @@ run_jekyll() {
|
|||||||
|
|
||||||
bundle exec jekyll serve \
|
bundle exec jekyll serve \
|
||||||
--port "$JEKYLL_PORT" \
|
--port "$JEKYLL_PORT" \
|
||||||
|
--host "$JEKYLL_HOST" \
|
||||||
--trace
|
--trace
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user