Please suggest as facing issue in ruining the ./in...
# support
s
Please suggest as facing issue in ruining the ./install.sh file D:\>git clone -b main https://github.com/SigNoz/signoz.git Cloning into 'signoz'... remote: Enumerating objects: 57976, done. remote: Counting objects: 100% (28/28), done. remote: Compressing objects: 100% (28/28), done. remote: Total 57976 (delta 5), reused 5 (delta 0), pack-reused 57948 (from 1) Receiving objects: 100% (57976/57976), 40.75 MiB | 13.07 MiB/s, done. Resolving deltas: 100% (37765/37765), done. Updating files: 100% (3785/3785), done. D:\>cd signoz/deploy/ D:\signoz\deploy>./install.sh '.' is not recognized as an internal or external command, operable program or batch file. D:\signoz\deploy>
p
You are trying to directly run bash script in windows command prompt. You will need to use WSL instead.
Also, we don't officially support Windows.
Windows bind-type volume mounting to linux in docker is not supported. You will need to opt for Docker volume instead. Refer here: https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1726809789012729?thread_ts=1726771155.554079&cid=C01HWQ1R0BC
s
Thanks Prashant for the suggestion. Facing issue in Configuring Docker Volume. Please suggest
p
what issue are you facing?
Also, can you try using docker-compose command directly instead of the install script? You may face some issues with the bash script