I've set container
according to yml
below:
web:
container_name: "apache"
image: tutum/apache-php
ports:
- "80:80"
volumes:
- /home/administrador/public_html:/var/www/html
restart: always
However, the image used does not contain the driver in mongodb
.
- How do I install the driver on
container
already mounted? - Why% with% with you?
- How to install manually?