From 8397911bb320f653b2424524cd2126901e8e0444 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 3 Jan 2024 16:54:31 +0000 Subject: [PATCH] Update docker.md - Fixed the URL to Docker Hub (#668) Changed the URL from: https://dockerhub.com/ to: https://hub.docker.com/ --- hosting/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/docker.md b/hosting/docker.md index c36566011..83629e646 100644 --- a/hosting/docker.md +++ b/hosting/docker.md @@ -51,4 +51,4 @@ You should be able to now open a web browser and browse to your IP address on po ## Step 3: Publish the Image -After building your docker container, you can publish the container to any free-to-use repository such as [Docker Hub](https://dockerhub.com/). See the Docker Hub [docs](https://docs.docker.com/docker-hub/) for more details. \ No newline at end of file +After building your docker container, you can publish the container to any free-to-use repository such as [Docker Hub](https://hub.docker.com/). See the Docker Hub [docs](https://docs.docker.com/docker-hub/) for more details.