aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.prod.yaml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-17 16:04:36 +0900
committernsfisis <nsfisis@gmail.com>2025-08-17 16:24:47 +0900
commit7ce06a9fd904a96c92d6383a09cad2ad99f4053d (patch)
tree287fa99a73fe3d96820de0cb88afe3eefddaf647 /compose.prod.yaml
parent2cb998d18de1f5928a3b2c995ab5c2d32f22c898 (diff)
downloadiosdc-japan-2025-albatross-7ce06a9fd904a96c92d6383a09cad2ad99f4053d.tar.gz
iosdc-japan-2025-albatross-7ce06a9fd904a96c92d6383a09cad2ad99f4053d.tar.zst
iosdc-japan-2025-albatross-7ce06a9fd904a96c92d6383a09cad2ad99f4053d.zip
feat: update "PHPerKaigi" to "iOSDC Japan"
Diffstat (limited to 'compose.prod.yaml')
-rw-r--r--compose.prod.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.prod.yaml b/compose.prod.yaml
index 5e12083..86d4c1c 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:8003:80'
+ - '127.0.0.1:8004:80'
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- files-data:/var/www/files:ro