From 932cdb16ab944bf3b558b71f740ca77a0a6ab0e7 Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Fri, 3 Oct 2025 22:23:28 +0300 Subject: Switch port to 5000 --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7a03b49..328fd56 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,8 @@ services: web: build: . ports: - - 8080:8080 + - 5000:8080 + restart: always develop: watch: - action: rebuild -- cgit v1.2.3