coolify icon indicating copy to clipboard operation
coolify copied to clipboard

[Bug]: On each redeploy new volume is created

Open VCasecnikovs opened this issue 1 month ago • 6 comments

Description

For each redeploy of an app - new volume is created. I use docker compose app with mentioned volume

volumes:
  store:
    driver: local

It creates a new volume for each redeploy: Screenshot 2024-06-07 at 14 53 28

It does not see storage in storages: Screenshot 2024-06-07 at 14 54 37

Minimal Reproduction (if possible, example repository)

Create docker compose service with storage -> redeploy it

Exception or Error

No response

Version

v4.0.0-beta.294 Latest

VCasecnikovs avatar Jun 07 '24 11:06 VCasecnikovs