Browse Source

端口修改

jax 4 months ago
parent
commit
726a609ed5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.prod.yml

+ 1 - 1
docker-compose.prod.yml

@@ -31,7 +31,7 @@ services:
     container_name: match-vote-nextjs-nginx-1
     image: nginx:alpine
     ports:
-      - "8080:80"
+      - "8081:80"
 
     volumes:
       - ./nginx:/etc/nginx/conf.d