fix(typo): fix typo for ports
This commit is contained in:
parent
d105ccf74f
commit
11a8a49863
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user