fix(thinkcentre): allow traggo through firewall
This commit is contained in:
parent
0870c20e4e
commit
b03c42e9dd
@ -13,7 +13,7 @@
|
|||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces."wg0" = {
|
interfaces."wg0" = {
|
||||||
allowedTCPPorts = [7654];
|
allowedTCPPorts = [7654 3030];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -90,7 +90,7 @@
|
|||||||
virtualisation.oci-containers.containers.traggo = {
|
virtualisation.oci-containers.containers.traggo = {
|
||||||
image = "traggo/server:latest";
|
image = "traggo/server:latest";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = ["127.0.0.1:3030:3030"];
|
ports = ["3030:3030"];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/traggo/data:/opt/traggo/data"
|
"/var/lib/traggo/data:/opt/traggo/data"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user