Oops, nested 'service'
This commit is contained in:
parent
1ff06aa814
commit
4c0720a815
|
@ -44,7 +44,7 @@ let
|
||||||
image = pictrsCfg.image;
|
image = pictrsCfg.image;
|
||||||
hostname = "pictrs";
|
hostname = "pictrs";
|
||||||
volumes = [ "${stateDirectory}/pictrs:/mnt:Z" ];
|
volumes = [ "${stateDirectory}/pictrs:/mnt:Z" ];
|
||||||
service.user = "991:991";
|
user = "991:991";
|
||||||
env_file = [ pictrsCfg.envFile ];
|
env_file = [ pictrsCfg.envFile ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue