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 +