diff --git a/docker-compose.yml b/docker-compose.yml index cc32b14d0..501076f99 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,6 +52,11 @@ services: environment: # SSL Configuration (handled by reverse proxy) SSL_MODE: "off" + LOG_OUTPUT_LEVEL: "error" + # TODO: Once the new webui is completed, we will try to handle the service worker cache on that side. + CADDY_SERVER_EXTRA_DIRECTIVES: | + @service_worker path /sw.js + header @service_worker Cache-Control "no-cache" # PHP Configuration PHP_POST_MAX_SIZE: "500M"