From 2c87eebee3b5d19afd465031ea576070a363da4e Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 26 Oct 2025 19:27:56 +0800 Subject: [PATCH] chore(compose): remove host network_mode from example --- compose.example.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.example.yml b/compose.example.yml index ab93ce33..c32db987 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -24,7 +24,6 @@ services: image: ghcr.io/yusing/godoxy-frontend:${TAG:-latest} container_name: godoxy-frontend restart: unless-stopped - network_mode: host # do not change this env_file: .env user: ${GODOXY_UID:-1000}:${GODOXY_GID:-1000} read_only: true