mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
204 B
204 B
With the depends_on attribute, you can control the order of service startup and shutdown. It is useful if services are closely coupled, and the startup sequence impacts the application's functionality.