mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
fix: properly name things
This commit is contained in:
@@ -14,4 +14,4 @@ trigger-haproxy-install() {
|
||||
fn-plugin-property-setup "haproxy"
|
||||
}
|
||||
|
||||
trigger-caddy-install "$@"
|
||||
trigger-haproxy-install "$@"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku core caddy-vhosts plugin"
|
||||
description = "dokku core haproxy-vhosts plugin"
|
||||
version = "0.27.10"
|
||||
[plugin.config]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
caddy:
|
||||
haproxy:
|
||||
image: "{{ $.HAPROXY_IMAGE }}"
|
||||
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user