This commit is contained in:
+2
-2
@@ -6,6 +6,8 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- valkey-data:/data
|
||||
networks:
|
||||
- searxng-internal
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
@@ -17,8 +19,6 @@ services:
|
||||
image: docker.io/searxng/searxng:latest
|
||||
container_name: searxng-core
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8888:8080"
|
||||
environment:
|
||||
- SEARXNG_SECRET=${SEARXNG_SECRET}
|
||||
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL}
|
||||
|
||||
Reference in New Issue
Block a user