summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2019-03-16 15:05:51 -0700
committerGitHub <[email protected]>2019-03-16 15:05:51 -0700
commit46622fc2ef90aaf3f8bdfab7cf1941400c6697e2 (patch)
tree109a196a715d1229e160bb537ec48a7f83d90df4 /README.md
parentf4e3a9455604f49d64fdcbdc18271b9f9d440556 (diff)
downloadcaprover-one-click-apps-46622fc2ef90aaf3f8bdfab7cf1941400c6697e2.tar.gz
caprover-one-click-apps-46622fc2ef90aaf3f8bdfab7cf1941400c6697e2.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a22f983..a3c5e3e 100644
--- a/README.md
+++ b/README.md
@@ -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