Simplify Jenkins proxy: remove port exposure, add proxy_redirect

This commit is contained in:
F4ilji
2026-07-02 21:43:56 +05:00
parent acae8ae59d
commit db968ad9b0
2 changed files with 3 additions and 16 deletions
-2
View File
@@ -107,8 +107,6 @@ services:
container_name: ntspi-jenkins
restart: always
user: root
ports:
- "8080:8080"
volumes:
- jenkins_data:/var/jenkins_home
- /var/run/docker.sock:/var/run/docker.sock