Compare commits
1 commit
a40cab2642
...
571e836887
Author | SHA1 | Date | |
---|---|---|---|
571e836887 |
|
@ -34,10 +34,6 @@
|
||||||
|
|
||||||
ports = [ "3002:3002" ];
|
ports = [ "3002:3002" ];
|
||||||
volumes = [ "tlaternet-mail:/srv/mail" ];
|
volumes = [ "tlaternet-mail:/srv/mail" ];
|
||||||
extraOptions = [
|
extraOptions = [ "--hostname=tlater.net" ];
|
||||||
"--hostname=tlater.net"
|
|
||||||
# Rocket 0.4 doesn't support SIGTERM anyway, so SIGKILL is the cleanest exit possible.
|
|
||||||
"--stop-signal=SIGKILL"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue