From e56bc3a1f2b6ce6e48de624a063286b917726b3d Mon Sep 17 00:00:00 2001 From: Cody Beck Date: Thu, 7 Nov 2024 13:45:36 -0700 Subject: [PATCH] Change port of localhost for docker setup (#429) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3560e4f..e43a989 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ docker compose build # Run locally with `docker-compose` docker compose up -# Go to http://localhost:8080 +# Go to http://localhost:8888 ```