1

Attempt to fix docker-heidi stopping times

This commit is contained in:
2023-11-25 19:08:07 +01:00
parent b42289045a
commit 214c7d1bac

View File

@ -21,6 +21,7 @@
}; };
extraOptions = [ extraOptions = [
"--init" # Make an init process take up PID 1, to make python receive the SIGTERM
"--net=behind-nginx" "--net=behind-nginx"
]; ];
}; };