chore(compose): remove host network_mode from example

This commit is contained in:
yusing
2025-10-26 19:27:56 +08:00
parent 5be784d567
commit 2c87eebee3

View File

@@ -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