mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
This change makes interacting with port mappings more clear - folks might previously set the port mapping to the proxy type or vice-versa. The existing proxy:ports* commands still exist but will show a deprecation warning for a single minor release.
7 lines
405 B
Makefile
7 lines
405 B
Makefile
SUBCOMMANDS = subcommands/build-config subcommands/clear-config subcommands/disable subcommands/enable subcommands/ports subcommands/ports-add subcommands/ports-clear subcommands/ports-remove subcommands/ports-set subcommands/report subcommands/set
|
|
TRIGGERS = triggers/proxy-is-enabled triggers/proxy-type triggers/report
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = proxy
|
|
|
|
include ../../common.mk
|