Volume Mount

Docker Volumes mounted to the container.
@if ($isSwarm)
Swarm Mode detected: You need to set a shared volume (EFS/NFS/etc) on all the worker nodes if you would like to use a persistent volumes.
@endif
@if ($isSwarm) @else @endif Add

File Mount

Actual file mounted from the host system to the container.
Add

Directory Mount

Directory mounted from the host system to the container.
Add