fix: correct internal i2np port

This commit is contained in:
ae 2024-11-18 14:56:47 +02:00
parent 0676a7f1a7
commit d5ec67a759
Signed by: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -4,10 +4,11 @@ services:
i2p:
image: geti2p/i2p
container_name: i2p
restart: unless-stopped
ports:
# Automatically exposed to localhost: 4444-4445/tcp, 6668/tcp, 7654/tcp, 7656-7660/tcp
- ${EXT_PORT:?host port must be manually set}:12345/tcp
- ${EXT_PORT:?host port must be manually set}:12345/udp
# Automatically exposed locally: 4444-4445/tcp, 6668/tcp, 7654/tcp, 7656-7660/tcp
- ${EXT_PORT}:${EXT_PORT}/tcp
- ${EXT_PORT}:${EXT_PORT}/udp
volumes:
- ${PWD}/i2pconfig:/i2p/.i2p:rw # Mandatory configs
- ${PWD}/i2ptorrents:/i2psnark:rw # Torrenting support