A guide how to use persistent storage in Coolify.
volume
or a bind mount
(a file/directory from the host system - your server).
Name
of the volume.Destination Path
where the volume will be mounted inside the container./app
. So if you need to store
your files under storage
directory, you need to define /app/storage
as the
destination path.Name
of the volume, which will be used as a reference.Source Path
from the host system. No docker volume created in this case.Destination Path
where the volume will be mounted inside the container./app
. So if you need to store
your files under storage
directory, you need to define /app/storage
as the
destination path.