From 7eaa982684608cdfdd73d595350e5924021e9f74 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 12 Nov 2023 18:25:14 +0300 Subject: [PATCH] fixed port for deployment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91cdbf9..c0d929b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ services: app: build: ./app ports: - - "127.0.0.1:7002:7002" + - "127.0.0.1:7002:4173" depends_on: - api env_file: all.env