Browse Source

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

charles_c 5 months ago
parent
commit
4d6791f0e2
1 changed files with 1 additions and 1 deletions
  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