From 63a441e868c5d91cb68cf917af6c331f13338657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20D=C3=B6berl?= Date: Mon, 17 Mar 2025 21:37:20 +0100 Subject: [PATCH] Update compose.example.yml Network mode host is not needed for the frontend container and will only unnecessarily expose port 3000 via the host network. --- compose.example.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.example.yml b/compose.example.yml index be4d5e4..dddd922 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -4,7 +4,6 @@ services: image: ghcr.io/yusing/godoxy-frontend:latest container_name: godoxy-frontend restart: unless-stopped - network_mode: host env_file: .env depends_on: - app