X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/790d0571f5123c30eafcd0513cb9592b4242a16d..7f055e6aa4bcecd6f19da3efe0f89ece84a5f5a2:/cookbooks/foundation/recipes/mastodon.rb diff --git a/cookbooks/foundation/recipes/mastodon.rb b/cookbooks/foundation/recipes/mastodon.rb index a1b290146..51ef7a930 100644 --- a/cookbooks/foundation/recipes/mastodon.rb +++ b/cookbooks/foundation/recipes/mastodon.rb @@ -20,6 +20,5 @@ include_recipe "podman::apache" podman_site "en.openstreetmap.town" do - image "ghcr.io/openstreetmap/owg-website:latest" - aliases ["operations.openstreetmap.org", "operations.osm.org"] + image "ghcr.io/openstreetmap/en.openstreetmap.town-website:latest" end