From 99e6d27d7c91fa340ee3d6938a9e611cabbd3f09 Mon Sep 17 00:00:00 2001 From: ejones Date: Mon, 30 Mar 2026 16:23:57 -0400 Subject: [PATCH] fixed yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 1a60d82..95a670f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,7 @@ services: web: build: . - image: calculator:latest + image: ghcr.io/jones013/jack_calculator:latest ports: - "8888:80" restart: unless-stopped