mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Reduced port exposure to localhost
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
image: jenkins/jenkins:lts
|
||||
restart: always
|
||||
ports:
|
||||
- "{{http_port}}:8080"
|
||||
- "127.0.0.1:{{http_port}}:8080"
|
||||
restart: always
|
||||
volumes:
|
||||
- jenkins_data:/var/jenkins_home
|
||||
|
Reference in New Issue
Block a user