lib/minke/config/config.rb in minke-1.14.1 vs lib/minke/config/config.rb in minke-1.14.2
- old
+ new
@@ -247,14 +247,14 @@
#
# [Optional]
attr_accessor :docker
##
- # container_addresses contains an array of Minke::Config::ContainerAddress which holds the details
+ # ports contains an array of Minke::Config::ContainerAddress which holds the details
# for the address the public and private ports of any containers which will be started by this
# task.
- attr_accessor :container_addresses
+ attr_accessor :ports
end
##
# TaskRunSettings encapsulates the configuration for the various pre and post sections for each task.
# You can use this section to load config into consul, wait for a health check to complete, copy files
@@ -333,7 +333,8 @@
# type of the URL
# - public
# - private used for linked containers
attr_accessor :type
end
+
end
end