If, when you start your Docker Compose, you're getting:
代碼: 選擇全部
PostgreSQL Database directory appears to contain a database; Skipping initializationThe command docker-compose down doesn't do this automatically.
You can request removal of volumes like this:
代碼: 選擇全部
docker-compose down --volumes