Parcourir la source

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

charles_c il y a 8 mois
Parent
commit
4d6791f0e2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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