@@ -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