git pushMerge branch 'master' of github.com:caprover/one-click-apps
This commit is contained in:
commit
0043d6d46f
|
|
@ -10,7 +10,7 @@ Process:
|
||||||
- Each variable must have `id`, `label`. It may also have `defaultValue`, `validRegex`, `description`.
|
- 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.
|
- 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.
|
- Instead of image in a service, you can use `dockerfileLines` which is an array of strings.
|
||||||
- Some webapps, use a non-standard HTTP port. For example, Adminer's Docker image uses port 8080. In this case, add `containerHttpPort` to the service. See [adminer.json](https://github.com/caprover/one-click-apps/blob/master/v1/apps/adminer.json) for example.
|
- Some webapps, use a non-standard HTTP port. For example, Adminer's Docker image uses port 8080. In this case, add `containerHttpPort` to the service. See [adminer.json](https://github.com/caprover/one-click-apps/blob/master/public/v1/apps/adminer.json) for example.
|
||||||
|
|
||||||
|
|
||||||
## Test your One Click Apps
|
## Test your One Click Apps
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue