You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments