From 897881aab2ac0248951fc00cb7f3f401178c37fc Mon Sep 17 00:00:00 2001 From: omidshj Date: Mon, 1 Sep 2025 16:29:40 +0330 Subject: [PATCH] echo init --- echo.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/echo.yml b/echo.yml index 857bcbf..008c45e 100644 --- a/echo.yml +++ b/echo.yml @@ -52,6 +52,9 @@ image: "{{ image_name }}" command: ["server_web"] restart_policy: always + ports: + - 8001:80 + - 8002:3000 networks: - name: web - name: inception