Docker – Error when add an additional volume for the web app container
Error when add an additional volume for the Ruby on Rails web app container Hello, I'm programmming a containerized Rails app. Right now I'm doing the setup for the production environment. My docker-compose.production.yml: version: '3' services: db: image: postgres volumes:…