Skip to content

Commit feae91d

Browse files
committed
fix: 更新 docker-compose.yml,将 nextjs 服务的端口从 3000 修改为 30000
1 parent eb076bb commit feae91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
nextjs:
44
build: .
55
ports:
6-
- "3000:3000"
6+
- "30000:3000"
77
restart: unless-stopped
88

99
nginx:

0 commit comments

Comments
 (0)