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