diff --git a/lemmy-docker.nix b/lemmy-docker.nix index 1da3905..1d53bf3 100644 --- a/lemmy-docker.nix +++ b/lemmy-docker.nix @@ -39,8 +39,8 @@ let env_file = [ lemmyCfg.envFile ]; volumes = [ "${lemmyCfg.configFile}:/config/config.hjson:ro,Z" ]; depends_on = { - postgres = "healthy"; - pictrs = "healthy"; + postgres.condition = "healthy"; + pictrs.condition = "healthy"; }; restart = "always"; };