Compare commits
2 commits
571e836887
...
2a7f905bc2
Author | SHA1 | Date | |
---|---|---|---|
2a7f905bc2 | |||
Tristan Daniël Maat | a24c68d9db |
|
@ -34,6 +34,10 @@
|
|||
|
||||
ports = [ "3002:3002" ];
|
||||
volumes = [ "tlaternet-mail:/srv/mail" ];
|
||||
extraOptions = [ "--hostname=tlater.net" ];
|
||||
extraOptions = [
|
||||
"--hostname=tlater.net"
|
||||
# This can change with rocket 0.5.
|
||||
"--stop-signal=SIGKILL"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue