浏览代码

Merge branch 'lvyin' of https://github.com/alexcdev1/match-vote-nextjs into lvyin

charles_c 8 月之前
父节点
当前提交
4d6791f0e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker-compose.lvyin.yml

+ 1 - 1
docker-compose.lvyin.yml

@@ -28,7 +28,7 @@ services:
     container_name: match-vote-nextjs-nginx-lvyin
     image: nginx:alpine
     ports:
-      - "8081:80"
+      - "8082:80"
     volumes:
       - ./nginx:/etc/nginx/conf.d
       - ./logs/nginx:/var/log/nginx