mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 23:38:16 +08:00
16 lines
272 B
YAML
16 lines
272 B
YAML
version: '2'
|
|
services:
|
|
jenkins:
|
|
image: 'bitnami/jenkins:2'
|
|
labels:
|
|
kompose.service.type: nodeport
|
|
ports:
|
|
- '80:8080'
|
|
- '443:8443'
|
|
- '50000:50000'
|
|
volumes:
|
|
- 'jenkins_data:/bitnami'
|
|
volumes:
|
|
jenkins_data:
|
|
driver: local
|