From dfdeef1bc78e495fc6bf6fe8f0557dbd0127f75e Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sat, 18 May 2024 14:28:14 +0800 Subject: [PATCH] chore: Update network configuration to use default host name --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index a9487e4..33fc428 100644 --- a/production.yml +++ b/production.yml @@ -394,4 +394,4 @@ networks: net: driver: host external: true - name: ${NETWORK:-web} \ No newline at end of file + name: ${NETWORK:-host} \ No newline at end of file