Skip to content
Advertisement

Tag: ansible

How can I start php-fpm in a Docker container by default?

I have this Docker image – Basically, I want it so that php-fpm starts when the docker container starts. I have php-fpm working if I manually go into the container and turn it on with /usr/sbin/php-fpm. I tried it inside of my ansible file with this command (it didn’t work). I tried using the service module as well with no

Advertisement