From 7f055e6aa4bcecd6f19da3efe0f89ece84a5f5a2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 28 Nov 2023 03:52:35 +0000 Subject: [PATCH] Fix en.openstreetmap.town container --- cookbooks/foundation/recipes/mastodon.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.43.2