diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-27 20:49:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-27 20:54:21 +0900 |
| commit | 6eaf36534a7948a95b9a4742d120d3e99f6007d6 (patch) | |
| tree | 4a7dd703d661e332aaa00fb75eea12fb7399c816 /compose.prod.yaml | |
| parent | 6d85a8f97c8c9e086f2f9b8c71fd730bff12af07 (diff) | |
| download | phperkaigi-2026-albatross-6eaf36534a7948a95b9a4742d120d3e99f6007d6.tar.gz phperkaigi-2026-albatross-6eaf36534a7948a95b9a4742d120d3e99f6007d6.tar.zst phperkaigi-2026-albatross-6eaf36534a7948a95b9a4742d120d3e99f6007d6.zip | |
feat(deploy): re-enable update-submodule workflow
Diffstat (limited to 'compose.prod.yaml')
| -rw-r--r-- | compose.prod.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
