From 8811b472cf03e5a957e79685418096cb474ca14d Mon Sep 17 00:00:00 2001 From: Tom Funken Date: Sun, 23 Jul 2023 11:57:54 +0000 Subject: [PATCH] Fixed invalid links --- docs/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index b8a243a38..02035e045 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -1,7 +1,7 @@ # 🐳 Running a Firefish server with Docker ## Pre-built docker container -[thatonecalculator/firefish](https://hub.docker.com/r/thatonecalculator/firefish) +[registry.joinfirefish.org/firefish/firefish](https://git.joinfirefish.org/firefish/firefish/container_registry) ## `docker-compose` @@ -29,7 +29,7 @@ Everything else can be left as-is. ## Running docker-compose -The [prebuilt container for firefish](https://hub.docker.com/r/thatonecalculator/firefish) is fairly large, and may take a few minutes to download and extract using docker. +The [prebuilt container for firefish](https://git.joinfirefish.org/firefish/firefish/container_registry) is fairly large, and may take a few minutes to download and extract using docker. Copy `docker-compose.yml` and the `config/` to a directory, then run the **docker-compose** command: `docker-compose up -d`.