From 70645ba1e4ecf394ade1a6056b3a71567489423e Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 12 Oct 2023 13:39:04 -0700 Subject: [PATCH] Try without 'submodule' --- lemmy-docker.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; };