Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why are we using supervisord? #41

Closed
simplenotezy opened this issue Nov 8, 2021 · 1 comment
Closed

Why are we using supervisord? #41

simplenotezy opened this issue Nov 8, 2021 · 1 comment

Comments

@simplenotezy
Copy link

I notice you're trying to run nginx and php-fpm under supervisord - which makes little sense.

nginx and php-fpm already do what supervisord does - or am I missing something?

@ww9
Copy link

ww9 commented Jan 9, 2022

Hi! Docker can only have one main process called ENTRYPOINT.

So if we want to run multiple processes in a single container it is convenient to use a process manager such as supervisord.

I hope that answers your question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants