Try without 'submodule'
This commit is contained in:
parent
875b5ffafe
commit
70645ba1e4
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue