Don't set the pictrs user
This commit is contained in:
parent
9ced953443
commit
4ba5c16427
|
@ -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" ];
|
||||||
user = "991:991";
|
# user = "991:991";
|
||||||
env_file = [ pictrsCfg.envFile ];
|
env_file = [ pictrsCfg.envFile ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue