Update docker-compose.yml

pull/7304/head
Shlee 1 week ago committed by GitHub
parent a93b28c038
commit 32c97df680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,6 +53,7 @@ services:
# SSL Configuration (handled by reverse proxy) # SSL Configuration (handled by reverse proxy)
SSL_MODE: "off" SSL_MODE: "off"
LOG_OUTPUT_LEVEL: "error" 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: | CADDY_SERVER_EXTRA_DIRECTIVES: |
@service_worker path /sw.js @service_worker path /sw.js
header @service_worker Cache-Control "no-cache" header @service_worker Cache-Control "no-cache"

Loading…
Cancel
Save