Sometimes, we have multiple services and don't want to restart all services at once,
At this time, you can use ./console restart [servce name] to restart a specific service..
If you want to use this feature, it is recommended to update to the latest version of D-Laravel.
Let's look at the following example:
My Laravel project includes a chat room built with NodeJs, and I only want to restart the NodeJs service, not all containers.
No Comment
Post your comment