Update CONTRIBUTING.md
This commit is contained in:
parent
83c6dcb063
commit
7c52d7ef9e
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ ## Resetting Development Environment
|
||||||
|
|
||||||
3. Remove Coolify volumes (it is possible that the volumes have no `coolify` prefix on your machine, in that case remove the prefix from the command):
|
3. Remove Coolify volumes (it is possible that the volumes have no `coolify` prefix on your machine, in that case remove the prefix from the command):
|
||||||
```bash
|
```bash
|
||||||
docker volume rm coolify_dev_backups_data coolify_dev_postgres_data coolify_dev_redis_data coolify_dev_minio_data
|
docker volume rm coolify_dev_backups_data coolify_dev_postgres_data coolify_dev_redis_data coolify_dev_coolify_data coolify_dev_minio_data
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Remove unused images:
|
4. Remove unused images:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue