How to restart Laravel queue workers inside a docker container? – Nginx
I'm working on a production docker compose to run my Laravel app. It has the following containers (amongst others): php-fpm for the app nginx mysql redis queue workers (a copy of my php-fpm, plus supervisord). deployment (another copy of my…