From 1978208b61ba095100090babb76a8ed2f7ba637f Mon Sep 17 00:00:00 2001 From: Ricardo Band Date: Thu, 8 Aug 2024 00:08:21 +0200 Subject: [PATCH] Extend Timeout to allow time to pull the image --- sanic.container | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sanic.container b/sanic.container index 9a4a98f..799ca57 100644 --- a/sanic.container +++ b/sanic.container @@ -21,7 +21,7 @@ Volume=/etc/sanic/config.ini:/config.ini [Service} Restart=always +TimeoutStartSec=900 [Install] -WantedBy=default.target - +WantedBy=multi-user.target default.target