https://github.com/ShrirajHegde/i2pd/
1.7K
services:
i2p:
environment:
- ENABLE_HTTPPROXY=1
- PORT_HTTP_PROXY=4544
- ENABLE_SOCKSPROXY=1
- PORT_SOCKSPROXY=4445
- ENABLE_SAM=0
- PORT_SAM=7656
- ENABLE_FLOODFILL=0
- BANDWIDTH=X
- TRANSIT_SHARE=100
- ENABLE_UPNP=0
- ENABLE_HIDDEN = 0
- ENABLE_TUNNELS = 0
# if you want i2pd to listen to all interfaces (inside docker container)
# set IP_CONTAINER to 0.0.0.0 by uncommenting the line below
# - IP_CONTAINER=0.0.0.0
ports:
# i2pd webconsole
- 127.0.0.1:7070:7070
# http proxy
- 127.0.0.1:4444:4444
# proxy setup
- 127.0.0.1:8080:8080
# SAM
- 127.0.0.1:7656:7656
# i2cp
- 127.0.0.1:7654:7654
volumes:
- ./path/to/data:/home/i2pd/data
- ./path/to/conf:/home/i2pd/conf
container_name: i2pd
image: shrirajhegde/i2pd
Content type
Image
Digest
sha256:9f8da4da4…
Size
10.2 MB
Last updated
over 1 year ago
docker pull shrirajhegde/i2pd:git-93ec5ac5