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