mirror of https://github.com/docker/docs.git
Fix link to Celery docs
This commit is contained in:
parent
8339b4473e
commit
dfa115290b
|
@ -147,7 +147,7 @@ Limiting each container to one process is a good rule of thumb, but it's not a
|
|||
hard and fast rule. For example, not only can containers be
|
||||
[spawned with an init process](/manuals/engine/containers/multi-service_container.md),
|
||||
some programs might spawn additional processes of their own accord. For
|
||||
instance, [Celery](https://docs.celeryproject.org/) can spawn multiple worker
|
||||
instance, [Celery](https://docs.celeryq.dev/) can spawn multiple worker
|
||||
processes, and [Apache](https://httpd.apache.org/) can create one process per
|
||||
request.
|
||||
|
||||
|
|
Loading…
Reference in New Issue