heavyrain 1 week ago
parent
commit
3e76512fea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker-compose.debug.yml

+ 2 - 2
docker-compose.debug.yml

@@ -28,9 +28,9 @@ services:
     container_name: nginx
     image: nginx:latest
     volumes:
-      - ../nginx/nginx.conf:/etc/nginx/conf.d/default.conf
+      - ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
     ports:
-      - 80:80
+      - 8085:80
       - 443:443
     depends_on:
       - frontend