YanWenKun / ComfyUI-Docker

🐳Dockerfile for 🎨ComfyUI. | 容器镜像与启动脚本
https://hub.docker.com/r/yanwk/comfyui-boot
Other
467 stars 87 forks source link

Enable init process for main service #25

Closed M1kep closed 8 months ago

M1kep commented 8 months ago

Enables an init process for forwarding signals to the main service. This speeds up shutdown time when terminating via Ctrl + C

https://docs.docker.com/compose/compose-file/05-services/#init

YanWenKun commented 8 months ago

Thanks! This is a nice touch!