X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d5ae34c2a6ea58ce6120ffc3a7be0e2b5b36f159..ea154b090ca0e115b1e160e4e243a01a1b9f4085:/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