Volume in Docker containers

Hello, How can I create some volumes to save data whem I use docker conteiners ?

You can create a User Uploads volume

Click Project Settings
Add a folder for user uploads and save.

2022-02-03_14-01-13

Once you deploy your project a new volume will be created for persistent storage for either user uploaded files or if you like for your own website images, so they are not redeployed constantly.

Thanks, I will testing today.