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
No known key found for this signature in database
GPG Key ID: AC6B0B8B492B04CA
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
volumes_from:
- bitbucket-data
ports:
- "${BITBUCKET_PORT}:7990"
- ${BITBUCKET_PORT}:7990
labels:
io.rancher.sidekicks: bitbucket-data
io.rancher.container.hostname_override: container_name

View File

@ -6,7 +6,7 @@ catalog:
version: 0.0.1
description: Git Server
questions:
- variable: Bitbucket_PORT
- variable: BITBUCKET_PORT
label: Port
default: 80
required: true