From 64328425dbbaca76aba79a13af365a9aee172d5d Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Wed, 21 Mar 2018 04:44:26 +1100 Subject: [PATCH] Update Docker Guide to point to hub/tootsuite instead of hub/gargron (#576) --- Running-Mastodon/Docker-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Docker-Guide.md b/Running-Mastodon/Docker-Guide.md index b36af02a..1b014c85 100644 --- a/Running-Mastodon/Docker-Guide.md +++ b/Running-Mastodon/Docker-Guide.md @@ -23,7 +23,7 @@ Review the settings in `docker-compose.yml`. Note that it is **not default** to ### Using a prebuilt image -If you're not making any local code changes or customizations on your instance, you can use a prebuilt Docker image to avoid the time and resource consumption of a build. Images are available from Docker Hub: https://hub.docker.com/r/gargron/mastodon/ +If you're not making any local code changes or customizations on your instance, you can use a prebuilt Docker image to avoid the time and resource consumption of a build. Images are available from Docker Hub: https://hub.docker.com/r/tootsuite/mastodon/ To use the prebuilt images: