From 766efc53c36bc570e4534e06feb06227d56fce8c Mon Sep 17 00:00:00 2001 From: jabuxas Date: Thu, 17 Oct 2024 19:00:33 -0300 Subject: [PATCH] ops: comment out replacing templates this can cause issues since if the template isnt found then it blows up --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9de8905..3fd1140 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,8 +5,8 @@ services: - "3235:3235" volumes: - ./files:/files - - ./dev/home:/static:ro - - ./dev/templates:/templates:ro + # - ./dev/home:/static:ro + # - ./dev/templates:/templates:ro env_file: - .env tmpfs: