diff --git a/Docker-Compose-with-nginx.md b/Docker-Compose-with-nginx.md index 6c9d0e1..2caed29 100644 --- a/Docker-Compose-with-nginx.md +++ b/Docker-Compose-with-nginx.md @@ -43,7 +43,7 @@ Next you need to change the configuration file. Exchange the existing one with t volumes: # Vhost configuration - - ./config/nginx/in-vhost.conf:/etc/nginx/conf.d/in-vhost.conf:ro + - ./config/nginx/in-vhost.conf:/etc/nginx/conf.d/default.conf:ro ... ```