Only bind to local ports.
This commit is contained in:
parent
557be818da
commit
c657a2c301
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
virtualisation.oci-containers.containers.actual = {
|
||||
image = "actualbudget/actual-server:latest";
|
||||
ports = [
|
||||
"5006:5006"
|
||||
"127.0.0.1:5006:5006"
|
||||
];
|
||||
environment = {
|
||||
ACTUAL_LOGIN_METHOD = "header";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue