decisions: set network mode host

This commit is contained in:
quitte 2024-05-19 11:41:38 +02:00
parent 1c8fe9ec66
commit 66519d8196

View file

@ -10,7 +10,7 @@ in
volumes = [
"/var/lib/nextcloud/data/root/files/FSR/protokolle:/protokolle:ro"
];
ports = [ "127.0.0.1:5055:5055" ];
extraOptions = [ "--network=host" ];
environmentFiles = [
config.sops.secrets."decisions_env".path
];