Don't set the pictrs user

This commit is contained in:
niten 2023-07-16 23:07:28 -07:00
parent 9ced953443
commit 4ba5c16427
1 changed files with 1 additions and 1 deletions

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 ];
}; };
}; };