Feat: clean new volume name for dev volumes

This commit is contained in:
peaklabs-dev
2024-09-23 17:03:10 +02:00
parent 76655a7c7d
commit 5a46ef42c8
2 changed files with 14 additions and 14 deletions

View File

@@ -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: