Try without 'submodule'

This commit is contained in:
niten 2023-10-12 13:39:04 -07:00
parent 875b5ffafe
commit 70645ba1e4
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ let
env_file = [ lemmyCfg.envFile ]; env_file = [ lemmyCfg.envFile ];
volumes = [ "${lemmyCfg.configFile}:/config/config.hjson:ro,Z" ]; volumes = [ "${lemmyCfg.configFile}:/config/config.hjson:ro,Z" ];
depends_on = { depends_on = {
postgres = "healthy"; postgres.condition = "healthy";
pictrs = "healthy"; pictrs.condition = "healthy";
}; };
restart = "always"; restart = "always";
}; };