Add custom port variable for wordpress (#103)
* add variable for custom public port * add public_port variable
This commit is contained in:
parent
9743397540
commit
0a2e21f8f3
@ -3,7 +3,7 @@ wordpress:
|
|||||||
links:
|
links:
|
||||||
- db:mysql
|
- db:mysql
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- ${public_port}:80
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
|
@ -4,7 +4,13 @@
|
|||||||
description: "Blog tool, publishing platform and CMS"
|
description: "Blog tool, publishing platform and CMS"
|
||||||
uuid: Wordpress-0
|
uuid: Wordpress-0
|
||||||
minimum_rancher_version: v0.51.0
|
minimum_rancher_version: v0.51.0
|
||||||
questions:
|
questions:
|
||||||
|
- variable: public_port
|
||||||
|
description: "public port to access the wordpress site"
|
||||||
|
label: "Public Port"
|
||||||
|
required: true
|
||||||
|
default: "80"
|
||||||
|
type: "int"
|
||||||
|
|
||||||
|
|
||||||
wordpress:
|
wordpress:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user