revert setting env on Caddyfile (#341)

This commit is contained in:
Ivan Gabaldon
2025-02-15 21:21:43 +01:00
committed by GitHub
parent 5fc00a3285
commit 9adeb8a6f2
2 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ services:
- caddy-data:/data:rw
- caddy-config:/config:rw
environment:
- SEARXNG_TLS=${LETSENCRYPT_EMAIL}
- SEARXNG_HOSTNAME=${SEARXNG_HOSTNAME:-http://localhost}
- SEARXNG_TLS=${LETSENCRYPT_EMAIL:-internal}
cap_drop:
- ALL
cap_add: