mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-01 03:55:22 +02:00
refactor(volumes): rework files volumes to be more simple and persistent
This commit is contained in:
@@ -118,6 +118,7 @@ export const ShowVolumes = ({ postgresId }: Props) => {
|
||||
mountId={mount.mountId}
|
||||
type={mount.type}
|
||||
refetch={refetch}
|
||||
serviceType="postgres"
|
||||
/>
|
||||
<DeleteVolume mountId={mount.mountId} refetch={refetch} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user