From 245c614467eeb7ee7638e7b4d75165f69f65b620 Mon Sep 17 00:00:00 2001 From: ejones Date: Mon, 15 Jun 2026 15:51:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9700afc..9e91b58 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ```yaml services: web: - image: jones013/euchre-scoreboard:latest + image: ejones/euchre-scoreboard:latest ports: - 20010:80 restart: unless-stopped