From 12c994af85fdf2ea7e4129bd3c31e400792003f9 Mon Sep 17 00:00:00 2001 From: ae Date: Mon, 18 Nov 2024 14:44:01 +0200 Subject: [PATCH] fix: typo in the docker-compose.yml example --- content/blog/i2p-on-vps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/i2p-on-vps.md b/content/blog/i2p-on-vps.md index 1278697..c82643e 100644 --- a/content/blog/i2p-on-vps.md +++ b/content/blog/i2p-on-vps.md @@ -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