Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
27f30212
Unverified
Commit
27f30212
authored
Feb 21, 2022
by
Colin Woodbury
Browse files
docs(docker): note ports and `curl` usage
parent
7c363797
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/README.md
View file @
27f30212
...
...
@@ -37,3 +37,14 @@ With a running cluster, execute the following in a new terminal:
```
sh
docker compose run
test
```
### Querying the RPC
The Fast (Python) API runs on Port 8444, while the legacy PHP version runs
on 8443. You can query one like so:
```
sh
curl
-k
"https://localhost:8444/rpc/?v=5&type=search&arg=python"
```
`-k`
bypasses local certificate issues that
`curl`
will otherwise complain about.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment