diff --git a/README.md b/README.md index 6a74473..e6cf95f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # WilliamMiceli's Personal Rancher Catalog -My personal rancher catalog to make my own life just a little bit easier. \ No newline at end of file +My personal rancher catalog to make my own life just a little bit easier. + +## TODO List + +* Have WEB_PORT be optional +* Have DATA_DIR be optional +* Include logos for all stacks +* Include description for all stacks diff --git a/templates/Snipe-IT/0/rancher-compose.yml b/templates/Snipe-IT/0/rancher-compose.yml index 9b8ec41..c767187 100644 --- a/templates/Snipe-IT/0/rancher-compose.yml +++ b/templates/Snipe-IT/0/rancher-compose.yml @@ -29,7 +29,7 @@ catalog: label: "Local Web Port" description: | The port to locally access the web interface on. - Leaving this empty will not expose a any port on the host system, disabling local access outside of it's Rancher network. + Leaving this empty will disable opening any port on the host system. default: "10300" required: false type: string diff --git a/templates/WordPress/0/rancher-compose.yml b/templates/WordPress/0/rancher-compose.yml index 4bd2961..88dcc41 100644 --- a/templates/WordPress/0/rancher-compose.yml +++ b/templates/WordPress/0/rancher-compose.yml @@ -29,8 +29,9 @@ catalog: label: "Web Port" description: | The port to locally access the web interface on. + Leaving this empty will disable opening any port on the host system. default: "10600" - required: true + required: false type: string - variable: "DB_ROOT_PASS"