decisions: use port mapping insted of network mode=host
This commit is contained in:
parent
b34c53ddf8
commit
bb697f3a50
|
@ -10,10 +10,10 @@ in
|
|||
volumes = [
|
||||
"/var/lib/nextcloud/data/root/files/FSR/protokolle:/protokolle:ro"
|
||||
];
|
||||
ports = [ "127.0.0.1:5055:5055" ];
|
||||
environmentFiles = [
|
||||
config.sops.secrets."decisions_env".path
|
||||
];
|
||||
extraOptions = [ "--network=host" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue