mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
Feat: clean new volume name for dev volumes
This commit is contained in:
@@ -206,9 +206,9 @@ If you encounter issues or break your database or something else, follow these s
|
||||
docker rm coolify coolify-db coolify-redis coolify-realtime coolify-testing-host coolify-minio coolify-vite-1 coolify-mail
|
||||
```
|
||||
|
||||
3. Remove Coolify volumes (it is possible that the volumes have no `coolify` prefix on you machine, in that case remove the prefix):
|
||||
3. Remove Coolify volumes (it is possible that the volumes have no `coolify` prefix on your machine, in that case remove the prefix):
|
||||
```bash
|
||||
docker volume rm coolify_backups_volume coolify_minio_data coolify_postgres_data coolify_redis_data
|
||||
docker volume rm coolify_dev_backups_data coolify_dev_postgres_data coolify_dev_redis_data coolify_dev_minio_data
|
||||
```
|
||||
|
||||
4. Remove unused images:
|
||||
|
||||
Reference in New Issue
Block a user