wsvincent/djangoforprofessionals

Chapter 3 pg45 - issue with Volumes in Docker-Compose.yml

Closed this issue · 0 comments

Below is the problem if I try to "docker-compose up -d --build":
"Named volume "postres_data:/var/lib/postgresql/data:rw" is used in service "db" but no declaration was found in the volumes section"

Have tried the suggested solutions but no luck. Please help