proper ip assignation for nginx
This commit is contained in:
@@ -261,7 +261,7 @@ in
|
||||
collabora = lib.mkIf cfgC.enable {
|
||||
autoStart = true;
|
||||
image = "collabora/code:latest";
|
||||
ports = [ "9980:9980" ];
|
||||
ports = [ "${toString cfgC.port}:${toString cfgC.port}" ];
|
||||
environment = {
|
||||
TZ = config.my.timeZone;
|
||||
domain = cfg.host;
|
||||
|
||||
Reference in New Issue
Block a user