adding ports
This commit is contained in:
parent
65e6fa577d
commit
62387d363b
|
@ -47,6 +47,7 @@ with lib;
|
|||
GRIST_DEFAULT_EMAIL = "chris@tfcconnection.org";
|
||||
TZ = "America/Chicago";
|
||||
};
|
||||
ports = [ "8484:8484" ];
|
||||
# restart = "always";
|
||||
autoStart = true;
|
||||
volumes = [ "/storge/grist:/persist" ];
|
||||
|
|
Loading…
Reference in a new issue