Skip to content

Commit 9a17c88

Browse files
committed
Remove deprecated volume commands from README documentation
This commit updates the README to remove references to the deprecated commands db-volume-create and db-volume-remove. These commands have been removed from the Makefile as they are redundant with Docker Compose's built-in volume management. Docker Compose automatically creates volumes when containers start and the env-reset command now handles volume cleanup when needed. This simplification reduces command duplication and better aligns with Docker's native workflows. The README now accurately reflects the available commands in the current implementation, preventing confusion for users.
1 parent 1349529 commit 9a17c88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,6 @@ The Makefile provides many helpful commands:
398398
| db-dump | Backup all databases |
399399
| db-restore | Restore database from backup |
400400
| db-connect | Connect to MySQL shell |
401-
| db-volume-create | Create MySQL data volume |
402-
| db-volume-remove | Remove MySQL data volume |
403401

404402
### Framework Installation
405403

0 commit comments

Comments
 (0)