diff --git a/plugins/haproxy-vhosts/install b/plugins/haproxy-vhosts/install index 75e6c3b84..24d3be3a7 100755 --- a/plugins/haproxy-vhosts/install +++ b/plugins/haproxy-vhosts/install @@ -14,4 +14,4 @@ trigger-haproxy-install() { fn-plugin-property-setup "haproxy" } -trigger-caddy-install "$@" +trigger-haproxy-install "$@" diff --git a/plugins/haproxy-vhosts/plugin.toml b/plugins/haproxy-vhosts/plugin.toml index 39b6df8eb..3eb682a2f 100644 --- a/plugins/haproxy-vhosts/plugin.toml +++ b/plugins/haproxy-vhosts/plugin.toml @@ -1,4 +1,4 @@ [plugin] -description = "dokku core caddy-vhosts plugin" +description = "dokku core haproxy-vhosts plugin" version = "0.27.10" [plugin.config] diff --git a/plugins/haproxy-vhosts/templates/compose.yml.sigil b/plugins/haproxy-vhosts/templates/compose.yml.sigil index 1b63072f8..816c8efde 100644 --- a/plugins/haproxy-vhosts/templates/compose.yml.sigil +++ b/plugins/haproxy-vhosts/templates/compose.yml.sigil @@ -2,7 +2,7 @@ version: "3.7" services: - caddy: + haproxy: image: "{{ $.HAPROXY_IMAGE }}" environment: