Skip to content

Commit a9d2c49

Browse files
committed
chore: ...
1 parent bd3f151 commit a9d2c49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ services:
22
full-forward-proxy:
33
image: 14790897/full-forward-proxy:latest
44
container_name: full-forward-proxy
5-
ports:
6-
- '8787:8787'
7-
restart: unless-stopped # 容器退出时重启策略
5+
network_mode: "host" # 使用 host 模式
6+
restart: unless-stopped # 容器退出时重启策略

0 commit comments

Comments
 (0)