fix(typo): fix typo for ports

This commit is contained in:
Maik Ellerbrock
2017-06-10 00:10:09 +02:00
parent d105ccf74f
commit 11a8a49863
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ services:
volumes_from: volumes_from:
- bitbucket-data - bitbucket-data
ports: ports:
- "${BITBUCKET_PORT}:7990" - ${BITBUCKET_PORT}:7990
labels: labels:
io.rancher.sidekicks: bitbucket-data io.rancher.sidekicks: bitbucket-data
io.rancher.container.hostname_override: container_name io.rancher.container.hostname_override: container_name
+1 -1
View File
@@ -6,7 +6,7 @@ catalog:
version: 0.0.1 version: 0.0.1
description: Git Server description: Git Server
questions: questions:
- variable: Bitbucket_PORT - variable: BITBUCKET_PORT
label: Port label: Port
default: 80 default: 80
required: true required: true