Initial commit - added all docker compose immediately reachable
This commit is contained in:
13
searxng/docker-compose.yml
Normal file
13
searxng/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
searxng:
|
||||
ports:
|
||||
- 7000:80
|
||||
- 7001:8080
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- ./config/:/etc/searxng/
|
||||
- ./data/:/var/cache/searxng/
|
||||
container_name: searxng
|
||||
image: docker.io/searxng/searxng:latest
|
||||
command: always --log-opt max-size=1g nginx
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user