mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge branch 'next' of github.com:coollabsio/coolify into next
This commit is contained in:
commit
a866bf437d
1 changed files with 2 additions and 0 deletions
|
|
@ -2030,6 +2030,8 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf");
|
|||
/**
|
||||
* @param int $timeout in seconds
|
||||
*/
|
||||
private function graceful_shutdown_container(string $containerName, int $timeout = 300)
|
||||
{
|
||||
private function graceful_shutdown_container(string $containerName, int $timeout = 60)
|
||||
{
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue