From: Grant Slater Date: Tue, 28 Nov 2023 03:52:35 +0000 (+0000) Subject: Fix en.openstreetmap.town container X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7f055e6aa4bcecd6f19da3efe0f89ece84a5f5a2 Fix en.openstreetmap.town container --- 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