0
I rode a container
in accordance with the yml
down below:
web:
container_name: "apache"
image: tutum/apache-php
ports:
- "80:80"
volumes:
- /home/administrador/public_html:/var/www/html
restart: always
But the image used does not contain the driver in mongodb
.
- How do I install the driver on
container
already assembled ? - For
yml
with? - As access to install manually?
Take a look therein, I think that’s your case.
– Tuxpilgrim
@Tuxpilgrim as always accurate brother. Thanks !
– Pedro Augusto
Add your solution as an answer later, it’s a very interesting case ;)
– Tuxpilgrim
I’m installing and testing. Once I’ve checked everything and I can make it work on the answer. It’s really cool that
– Pedro Augusto