Skip to content
Discussion options

You must be logged in to vote

You can just remove the volume of DB.

  • Stop containers using docker compose down command.
  • Use docker volume ls command to get the list of volumes.
  • The volume of DB will have the name like {project-name}_app-db-data (where {project-name} is the name of your project).
  • Then use docker volume rm {project-name}_app-db-data to remove the volume.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants