diff --git a/resources/views/livewire/project/shared/storages/all.blade.php b/resources/views/livewire/project/shared/storages/all.blade.php
index ea8e55e41..b63827356 100644
--- a/resources/views/livewire/project/shared/storages/all.blade.php
+++ b/resources/views/livewire/project/shared/storages/all.blade.php
@@ -2,8 +2,7 @@
@if ($resource->type() === 'service' || data_get($resource, 'build_pack') === 'dockercompose')
- Volume mounts are read-only. If you would like to add or modify a volume, you must edit your Docker
- Compose file and reload the compose file.
+ For docker compose based applications Volume mounts are read-only in the Coolify dashboard. To add, modify, or manage volumes, you must edit your Docker Compose file and reload the compose file.
@endif
@foreach ($resource->persistentStorages as $storage)