aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-22 11:20:42 +0000
committerGitHub <[email protected]>2021-07-22 11:20:42 +0000
commite2149c04611e256d25744372136bff95452fb72d (patch)
tree0510af83dad4519a8ff7aea92f97e40a5f521a0d
parentchore(readme): docker compose usage information (diff)
downloadcapybara-e2149c04611e256d25744372136bff95452fb72d.tar.xz
capybara-e2149c04611e256d25744372136bff95452fb72d.zip
fix(readme): docker compose example
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6a435ad..0693d42 100644
--- a/README.rst
+++ b/README.rst
@@ -44,7 +44,7 @@ Docker
.. code-block:: shell
- $ docker run -d [-b BIND='127.0.0.1:8080'] [-s CSS='style.css'] [-e CSS_EXTERNAL='style.css'] fuwn/capybara
+ $ docker run -d -e ROOT='gemini://fuwn.space' [-e BIND='127.0.0.1:8080'] [-e CSS='style.css'] [-e CSS_EXTERNAL='style.css'] fuwn/capybara
Docker Compose
--------------