Update 'docker_portainer_stacks/jenkins.yml'

This commit is contained in:
sthope 2021-09-13 23:22:46 +02:00
parent f577dd7177
commit 6801217980

View File

@ -7,8 +7,8 @@ services:
hostname: jenkins
network_mode: bridge
ports:
- 50000:50000
- 8080:8080
- 50000
- 8080
restart: unless-stopped
volumes:
- jenkins_data:/var/jenkins_home