fix: typo in the docker-compose.yml example

This commit is contained in:
ae 2024-11-18 14:44:01 +02:00
parent f411178d13
commit 12c994af85
Signed by: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -24,8 +24,8 @@ services:
container_name: i2p
restart: unless-stopped
ports:
- ${EXT_PORT:?host port must be manually set}:12345/tcp
- ${EXT_PORT:?host port must be manually set}:12345/udp
- ${EXT_PORT}:${EXT_PORT}/tcp
- ${EXT_PORT}:${EXT_PORT}/udp
volumes:
- ${PWD}/i2pconfig:/i2p/.i2p:rw # Mandatory configs
- ${PWD}/i2ptorrents:/i2psnark:rw # Torrenting support