Try removing ,Z from lemmy conf mount
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ let
|
|||||||
networks = [ "internal_network" "external_network" ];
|
networks = [ "internal_network" "external_network" ];
|
||||||
hostname = "lemmy";
|
hostname = "lemmy";
|
||||||
env_file = [ lemmyCfg.envFile ];
|
env_file = [ lemmyCfg.envFile ];
|
||||||
volumes = [ "${lemmyCfg.configFile}:/config/config.hjson:ro,Z" ];
|
volumes = [ "${lemmyCfg.configFile}:/config/config.hjson:ro" ];
|
||||||
depends_on = {
|
depends_on = {
|
||||||
postgres.condition = "service_healthy";
|
postgres.condition = "service_healthy";
|
||||||
pictrs.condition = "service_healthy";
|
pictrs.condition = "service_healthy";
|
||||||
|
|||||||
Reference in New Issue
Block a user