first commit from PC
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
searxng:
|
||||
deploy:
|
||||
replicas: 3
|
||||
restart: always
|
||||
image: searxng/searxng
|
||||
volumes:
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
ports:
|
||||
- 8080:8080
|
||||
Reference in New Issue
Block a user