Compare commits

..

1 commit

Author SHA1 Message Date
Tristan Daniël Maat 571e836887
WIP: Add hydra 2021-05-17 00:29:56 +01:00

View file

@ -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"
# This can change with rocket 0.5.
"--stop-signal=SIGKILL"
];
}; };
} }