aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.prod.yaml
diff options
context:
space:
mode:
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 a3b840c..6738080 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:8002:80'
+ - '127.0.0.1:8003:80'
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- files-data:/var/www/files:ro