diff options
| author | Kasra Bigdeli <[email protected]> | 2019-03-16 15:43:30 -0700 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-03-16 15:43:30 -0700 |
| commit | 0043d6d46f92aad126f4c1552fb5e67b6b072ebb (patch) | |
| tree | 133606ed1d49ed92907de1d06324dc0cd5699ba1 | |
| parent | a63d380f3310e194e4c8be0052a681cc7e276bfc (diff) | |
| parent | 46622fc2ef90aaf3f8bdfab7cf1941400c6697e2 (diff) | |
| download | caprover-one-click-apps-0043d6d46f92aad126f4c1552fb5e67b6b072ebb.tar.gz caprover-one-click-apps-0043d6d46f92aad126f4c1552fb5e67b6b072ebb.zip | |
git pushMerge branch 'master' of github.com:caprover/one-click-apps
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Process: - 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. -- 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 |
