From a4ae9878a7202cae58a7ed7c8be4c33efe69bac4 Mon Sep 17 00:00:00 2001 From: Joe Stanley Date: Mon, 2 Sep 2024 10:43:05 -0700 Subject: [PATCH] fixed yaml example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb8e052..619c068 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ parameters for your application to use. Here's an example: # WordWall Example Configuration services: wordwall: - image: ghcr.io/engineerjoe440/wordwall:main + image: ghcr.io/engineerjoe440/wordwall:master ports: - 8082:80 restart: unless-stopped