From 792e6a1a9d82331e08a12bd112972bfb44f5031d Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 27 May 2024 19:32:06 +0800 Subject: [PATCH] Refactor docker-compose.yml to remove unnecessary network configurations --- compose/base.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose/base.yml b/compose/base.yml index 7b54eda..8116f5b 100644 --- a/compose/base.yml +++ b/compose/base.yml @@ -54,5 +54,4 @@ services: # - "1883:1883" # - 18083:18083 networks: - - host - net \ No newline at end of file