Read only filesystem error with docker-compose volume mounts Read only filesystem error with docker-compose volume mounts docker docker

Read only filesystem error with docker-compose volume mounts


This was resolved by placing the certs directory underneath the nginx directory.The mounts were conflicting with one another.Mounting to /etc/nginx first with RO was then blocking the mount to /etc/nginx/certs because it was trying to attach to a portion that was read only.