diff options
| author | jibe-b <[email protected]> | 2019-07-21 14:09:16 +0200 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-07-21 08:09:16 -0400 |
| commit | 2950b5111611384b1d619845c8ed61351de1eee5 (patch) | |
| tree | 69f79ccbb3eb76e2db1bd0aba10abedb33a18e7c /README.md | |
| parent | 2b3c03b915d6400ba65ac58ab2617be11d0dece4 (diff) | |
| download | caprover-one-click-apps-2950b5111611384b1d619845c8ed61351de1eee5.tar.gz caprover-one-click-apps-2950b5111611384b1d619845c8ed61351de1eee5.zip | |
Minor typo (#78)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Process: - Copy the content into the one click ap structure. See this for the reference: [wordpress.json](https://github.com/caprover/one-click-apps/blob/master/public/v1/apps/wordpress.json) - Variables are prefixed with `$$cap` - There is one special variable called `$$cap_appname` which exists for all oneclick apps -- Varibles can be anywhere in the JSON and they will be replaced by what user enters +- Variables can be anywhere in the JSON and they will be replaced by what user enters - Each variable must have `id`, `label`. It may also have `defaultValue`, `validRegex`, `description`. - Other than `image`, `environment`, `ports`, `volumes`, `depends_on`, other parameters are ignored. Make sure they are not important. - Instead of image in a service, you can use `dockerfileLines` which is an array of strings. |
