mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
11 lines
227 B
YAML
11 lines
227 B
YAML
i2pd:
|
|
image: easypi/i2pd-arm
|
|
ports:
|
|
- "4444:4444"
|
|
- "4447:4447"
|
|
- "7070:7070"
|
|
volumes:
|
|
- ./data/i2pd.conf:/etc/i2pd/i2pd.conf
|
|
- ./data/tunnels.conf.d:/etc/i2pd/tunnels.conf.d
|
|
restart: unless-stopped
|