Listen to less ports
This commit is contained in:
parent
995bb58c6f
commit
f132e137e0
3 changed files with 8 additions and 2 deletions
|
@ -96,7 +96,7 @@ in
|
|||
};
|
||||
env_file = [ cfg.envFile "${authentikEnv}" ];
|
||||
ports = [
|
||||
"${toString cfg.port}:9000"
|
||||
"127.0.0.1:${toString cfg.port}:9000"
|
||||
];
|
||||
};
|
||||
services.worker.service = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue