mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor searxng.yml to update volume mapping and container permissions
This commit is contained in:
+8
-7
@@ -48,13 +48,14 @@ services:
|
|||||||
# - SEARXNG_IMAGE_PROXY=true
|
# - SEARXNG_IMAGE_PROXY=true
|
||||||
# - SEARXNG_DEBUG=false
|
# - SEARXNG_DEBUG=false
|
||||||
volumes:
|
volumes:
|
||||||
- searxng_data:/etc/searxng
|
- /var/data/config/searxng:/etc/searxng
|
||||||
cap_drop:
|
# - searxng_data:/etc/searxng
|
||||||
- ALL
|
# cap_drop:
|
||||||
cap_add:
|
# - ALL
|
||||||
- CHOWN
|
# cap_add:
|
||||||
- SETGID
|
# - CHOWN
|
||||||
- SETUID
|
# - SETGID
|
||||||
|
# - SETUID
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user