fix: correct internal i2np port
This commit is contained in:
parent
0676a7f1a7
commit
d5ec67a759
@ -4,10 +4,11 @@ services:
|
|||||||
i2p:
|
i2p:
|
||||||
image: geti2p/i2p
|
image: geti2p/i2p
|
||||||
container_name: i2p
|
container_name: i2p
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
# Automatically exposed to localhost: 4444-4445/tcp, 6668/tcp, 7654/tcp, 7656-7660/tcp
|
# Automatically exposed locally: 4444-4445/tcp, 6668/tcp, 7654/tcp, 7656-7660/tcp
|
||||||
- ${EXT_PORT:?host port must be manually set}:12345/tcp
|
- ${EXT_PORT}:${EXT_PORT}/tcp
|
||||||
- ${EXT_PORT:?host port must be manually set}:12345/udp
|
- ${EXT_PORT}:${EXT_PORT}/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/i2pconfig:/i2p/.i2p:rw # Mandatory configs
|
- ${PWD}/i2pconfig:/i2p/.i2p:rw # Mandatory configs
|
||||||
- ${PWD}/i2ptorrents:/i2psnark:rw # Torrenting support
|
- ${PWD}/i2ptorrents:/i2psnark:rw # Torrenting support
|
||||||
|
Loading…
Reference in New Issue
Block a user