connect to bathist only from local
This commit is contained in:
parent
d6f1831059
commit
b93fbe3a06
@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
virtualisation.oci-containers.containers.battery-historian = {
|
||||
autoStart = true;
|
||||
ports = [ "127.0.0.1:9999:9999" ];
|
||||
ports = [ "0.0.0.0:9999:9999" ];
|
||||
image = "gcr.io/android-battery-historian/stable:3.0";
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user