Change order of networks...?
This commit is contained in:
parent
4023cd2e14
commit
f844ae3853
|
@ -421,9 +421,9 @@ in {
|
||||||
image = cfg.images.ldap-proxy;
|
image = cfg.images.ldap-proxy;
|
||||||
restart = "always";
|
restart = "always";
|
||||||
networks = [
|
networks = [
|
||||||
"ldap_network"
|
|
||||||
# Needs access to external network to talk to Authentik
|
# Needs access to external network to talk to Authentik
|
||||||
"external_network"
|
"external_network"
|
||||||
|
"ldap_network"
|
||||||
];
|
];
|
||||||
env_file = [ hostSecrets.mailLdapProxyEnv.target-file ];
|
env_file = [ hostSecrets.mailLdapProxyEnv.target-file ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue