X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a92d5e4c564dbef801efbe791c2e6200f8c5967e..74483151199f92c43e6e3c70e2d64535b2ea84b0:/cookbooks/stateofthemap/recipes/container.rb diff --git a/cookbooks/stateofthemap/recipes/container.rb b/cookbooks/stateofthemap/recipes/container.rb index b5a7640ac..6320e81ee 100644 --- a/cookbooks/stateofthemap/recipes/container.rb +++ b/cookbooks/stateofthemap/recipes/container.rb @@ -23,7 +23,7 @@ include_recipe "podman" apache_module "proxy_http" %w[2013 2016 2017 2018 2019 2020 2021 2022].each do |year| - docker_external_port = 6080 + year.to_i # 8093+ + docker_external_port = 6180 + year.to_i # 8193+ podman_service "#{year}.stateofthemap.org" do description "Container service for #{year}.stateofthemap.org"