Merge pull request #59 from Davidrums/master

Update ghost to allow for configurable public port
This commit is contained in:
Bill Maxwell
2016-03-22 16:58:19 -07:00
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ghost:
image: ghost
ports:
- "80:2368"
- ${public_port}:2368
+6 -1
View File
@@ -5,5 +5,10 @@
uuid: ghost-0
minimum_rancher_version: v0.51.0
questions:
- variable: public_port
description: "public port to access the blog"
label: "Public Port"
required: true
default: "80"
type: "int"
ghost: