101-tutorial
101-tutorial copied to clipboard
A possibly better idea than docker rm
Since one could have run docker-compose up in the previous, the volume for the database could already exists, but without the todos database. Running docker-compose down --volumes would fix this (as actually advised in a warning later on.
Ref: https://stackoverflow.com/q/61925112/2123530