From 4a595e219ab7874e69bee112277ff0069efcaa87 Mon Sep 17 00:00:00 2001 From: jeirmeister Date: Tue, 17 Mar 2026 23:30:44 -0700 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index e2befa3..8a70f7a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: build: context: . dockerfile: .build/Dockerfile - image: servatrice + image: git.jeirslab.xyz/jeirmeister/servatrice:latest ports: - "${SERVER_PORT:-4747}:4747" - "${WEBSOCKET_PORT:-4748}:4748"