Minor typo (#78)
This commit is contained in:
parent
2b3c03b915
commit
2950b51116
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue