Volumes/Mounts not showing in UI
Hello,
I would like to use "bind Mount" to map a host directory to a container directory for a project I deployed using compose.
When I go to the "Advanced" tab, then click "add volume" button , the only choice I have is "File mount" and not (Bind Mount, Volume Mount and File mount) like specified in the documentation.
Is this normal? Is there any configuration I shoud do to have those tabs ?
Thank you in advance for the help !

2 Replies
You dont have help? Lol
- if you are using compose then you will have only file mount option because you can add volumes within the compose file.
and
- if you are using application under services you will have all the required volume mount options