fix: change default external port from 8080 to 8081 to avoid conflict with slides-nginx
Deploy PR-Helper / deploy (push) Successful in 3m11s

This commit is contained in:
2026-06-21 14:05:22 +08:00
parent 05fb1678de
commit 64098a92d3
+1 -1
View File
@@ -2,7 +2,7 @@ services:
pr-helper: pr-helper:
build: . build: .
ports: ports:
- "${PORT:-8080}:8080" - "${PORT:-8081}:8080"
volumes: volumes:
- pr-helper-data:/app/data - pr-helper-data:/app/data
env_file: env_file: