From b553f52609953092c96956618beac4e724eaa18e Mon Sep 17 00:00:00 2001 From: status404 Date: Sun, 3 Nov 2024 16:10:43 +0300 Subject: [PATCH] add dockerfile and config --- docker-compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..59af267 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +services: + i2pd: + build: + context: ./docker + dockerfile: Dockerfile + image: bitdeals/i2pd + volumes: + - i2p:/home/i2pd/data + #loglevel shows your .i2p address: "/info - Destination: Local address XXX created" + command: --conf /home/i2pd/i2pd.conf #--loglevel=info +