diff --git a/docker-compose.yaml b/docker-compose.yaml index 645b95f..cc4f0d2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -11,5 +11,5 @@ services: ports: - "8282:80" volumes: - - ./docker/conf/conf.d/default.conf:/etc/nginx/conf.d/default.conf + - ./docker/conf/conf.d:/etc/nginx/conf.d - ./dist:/usr/share/nginx/html