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.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose.prod.yaml') diff --git a/compose.prod.yaml b/compose.prod.yaml index 5b9e346..1799601 100644 --- a/compose.prod.yaml +++ b/compose.prod.yaml @@ -2,7 +2,7 @@ services: reverse-proxy: image: nginx:1.27 ports: - - '127.0.0.1:8004:80' + - '127.0.0.1:8007:80' volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - files-data:/var/www/files:ro -- cgit v1.3.1