修改映射到主机的端口

This commit is contained in:
孙小云 2026-01-10 10:02:27 +08:00
parent dcb20eca9e
commit 7507a3662b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ services:
build: build:
context: ./nginx context: ./nginx
ports: ports:
- "80:80" - "8888:80"
volumes: volumes:
- ./nginx/html/dist:/home/ruoyi/projects/ruoyi-ui - ./nginx/html/dist:/home/ruoyi/projects/ruoyi-ui
- ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf - ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf