diff --git a/src/Handler.php b/src/Handler.php index 20b180db6121e6fc65e6894a8116b6d88b33ceaf..d358f4b74e4461658511d65345571e28ade43379 100644 --- a/src/Handler.php +++ b/src/Handler.php @@ -643,7 +643,7 @@ class Handler extends BaseHandler { 'dest' => $projectRoot . '/tests', ], 'in-vhost.conf' => [ - 'dest' => $projectRoot . '/config', + 'dest' => $projectRoot . '/nginx', 'condition' => $this->config->readValue(['invoiceninja', 'enable']), ], ]; diff --git a/templates/docker-compose.yml.twig b/templates/docker-compose.yml.twig index 128d86845ab93eee4286dd58f57e15bc354ad3fa..32b18aac8131c1e985b27d3f7097166d3d2a4b63 100644 --- a/templates/docker-compose.yml.twig +++ b/templates/docker-compose.yml.twig @@ -689,7 +689,7 @@ services: volumes: - '/etc/timezone:/etc/timezone:ro' - '/etc/localtime:/etc/localtime:ro' - - '{{ projectroot }}/config/in-vhost.conf:/etc/nginx/conf.d/in-vhost.conf:ro' + - '{{ projectroot }}/nginx/in-vhost.conf:/etc/nginx/conf.d/in-vhost.conf:ro' - '{{ projectrootfiles }}/in/app/public:/var/www/app/public:ro' labels: traefik.enable: 'true'