Try removing ,Z from lemmy conf mount

This commit is contained in:
niten 2024-01-18 09:12:45 -08:00
parent 15781aebfe
commit b12aeeb09f
1 changed files with 1 additions and 1 deletions

View File

@ -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";