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_DEBUG=false
|
||||
volumes:
|
||||
- searxng_data:/etc/searxng
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
- CHOWN
|
||||
- SETGID
|
||||
- SETUID
|
||||
- /var/data/config/searxng:/etc/searxng
|
||||
# - searxng_data:/etc/searxng
|
||||
# cap_drop:
|
||||
# - ALL
|
||||
# cap_add:
|
||||
# - CHOWN
|
||||
# - SETGID
|
||||
# - SETUID
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user