diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 846bee7..93c183c 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -11,8 +11,5 @@ services: - "8282:80" restart: always volumes: - - type: bind - source: ./frontend/conf/nginx.conf - target: /etc/nginx/nginx.conf - ./frontend/conf/conf.d:/etc/nginx/conf.d - ../dist:/var/www/html