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