From c59341552f6507b7474d2982832622c1cefea9cd Mon Sep 17 00:00:00 2001 From: MrUnknownDE Date: Sat, 29 Mar 2025 13:05:09 +0100 Subject: [PATCH] remove public port of backend --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b730b0..80e284f 100755 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ services: PORT: 3000 LOG_LEVEL: info PING_COUNT: 4 - ports: - - "3000:3000" dns: - 1.1.1.1 # Cloudflare DNS - 1.0.0.1 # Cloudflare DNS @@ -37,5 +35,4 @@ services: networks: utools_network: driver: bridge - - ``` \ No newline at end of file +``` \ No newline at end of file