Drop the host flag
This commit is contained in:
parent
3873d54494
commit
8bdfe16249
@ -62,7 +62,6 @@
|
|||||||
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 }}"
|
||||||
JEKYLL_SSL_CERT: "{{ ssl_cert_path }}"
|
JEKYLL_SSL_CERT: "{{ ssl_cert_path }}"
|
||||||
JEKYLL_SSL_KEY: "{{ ssl_key_path }}"
|
JEKYLL_SSL_KEY: "{{ ssl_key_path }}"
|
||||||
|
@ -8,7 +8,6 @@ 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