From 4e59c0e8a4d88cac829f58adc85417f78c5deb5b Mon Sep 17 00:00:00 2001 From: kkfluous Date: Mon, 30 Mar 2026 20:09:47 +0800 Subject: [PATCH] fix: Use port mapping 8113:80 instead of host network mode Co-Authored-By: Claude Opus 4.6 (1M context) --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d8fcff1..fc87f09 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,9 +3,8 @@ version: '3.8' services: oneos: image: harbor.lnh2e.com/lingniu-v1/oneos:main-0.0.0 - network_mode: host - environment: - NGINX_PORT: "80" + ports: + - "8113:80" deploy: replicas: 1 restart_policy: