I cannot mount a folder from my windows filesystem to my container filesystem using a compose.yaml file;
this is my versione of wsl:
Versione WSL: 2.2.4.0
Versione kernel: 5.15.153.1-2
Versione WSLg: 1.0.61
Versione MSRDC: 1.2.5326
Versione Direct3D: 1.611.1-81528511
Versione DXCore: 10.0.26091.1-240325-1447.ge-release
Versione di Windows: 10.0.19045.5011
Inside the volume tag i tested almost everithin (chage blakslash, change /mnt/c/ etc ) but no one is usuful for me, try out also what is described in how to mount volume
I know my jar file is in the path:
C:/User/viscomi/tutorial_docker/assess/AmazonAcademy/backend/target
but after running the command:
Please, format your post according to the following guide: How to format your forum posts
In short: please, use </> button to share codes, terminal outputs, error messages or anything that can contain special characters which would be interpreted by the MarkDown filter. Use the preview feature to make sure your text is formatted as you would expect it and check your post after you have sent it so you can still fix it.
Example code block:
```
services:
service1:
image: image1
```
After fixing your post, please send a new comment so people are notified about the fixed content.