aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-22 11:20:42 +0200
committerGitHub <[email protected]>2021-07-22 11:20:42 +0200
commit33a41b8fa1028e235d7bf5fbadf39615d2c1bee2 (patch)
tree0510af83dad4519a8ff7aea92f97e40a5f521a0d /README.rst
parentchore(readme): docker compose usage information (diff)
downloadcapybara-33a41b8fa1028e235d7bf5fbadf39615d2c1bee2.tar.xz
capybara-33a41b8fa1028e235d7bf5fbadf39615d2c1bee2.zip
fix(readme): docker compose example
Diffstat (limited to 'README.rst')
-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
--------------