diff --git a/docker-compose.windows.yml b/docker-compose.windows.yml index 7031b4ae1..750f6eaa9 100644 --- a/docker-compose.windows.yml +++ b/docker-compose.windows.yml @@ -15,6 +15,10 @@ services: extra_hosts: - 'host.docker.internal:host-gateway' volumes: + - type: bind + source: .env + target: /var/www/html/.env + read_only: true - ./ssh:/var/www/html/storage/app/ssh - ./applications:/var/www/html/storage/app/applications - ./databases:/var/www/html/storage/app/databases