From 738bd96807f96911be710631d4262f62ccd12a36 Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Mon, 12 May 2025 16:21:55 +0200 Subject: [PATCH] doc: explain how to configure the docker setup Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- Docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker.md b/Docker.md index 4f8762982..87cf093fe 100644 --- a/Docker.md +++ b/Docker.md @@ -45,6 +45,8 @@ It is also possible to configure the memory available to the I2P router using environment variables. To do this, use the: `JVM_XMX` environment variable by passing, for example, `-e JVM_XMX=256m`. +For advanced configuration only, you can mount the configuration file via `-v ./router.config:/i2p/router.config` to access the settings mentioned in [the i2pd configuration](https://i2pd.readthedocs.io/en/latest/user-guide/configuration/). + #### Volumes The container requires a volume for the configuration data to be mounted. Optionally, you can mount a separate volume for torrent ("i2psnark") downloads. See the example below.