From 6eaf36534a7948a95b9a4742d120d3e99f6007d6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 27 Feb 2026 20:49:34 +0900 Subject: feat(deploy): re-enable update-submodule workflow --- compose.local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose.local.yaml') diff --git a/compose.local.yaml b/compose.local.yaml index 7c06a7b..2d62f5a 100644 --- a/compose.local.yaml +++ b/compose.local.yaml @@ -3,7 +3,7 @@ services: build: context: ./backend ports: - - '127.0.0.1:8004:80' + - '127.0.0.1:8007:80' volumes: - files-data:/data/files:rw depends_on: -- cgit v1.3.1