Don't set the pictrs user

This commit is contained in:
2023-07-16 23:07:28 -07:00
parent 9ced953443
commit 4ba5c16427
+1 -1
View File
@@ -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 ];
}; };
}; };