How to mount a folder into nginx public folder – Phpmyadmin
I have a directory in the host and I want to mount it to a container and to Nginx public folder which is a container itself. Here is my docker-compose.yml file : version: "3.3" services: nodeserver: build: context: ./app volumes:…