Change order of networks...?

This commit is contained in:
niten 2024-06-19 10:10:34 -07:00
parent 4023cd2e14
commit f844ae3853
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
};