20 строки
400 B
Plaintext
20 строки
400 B
Plaintext
[Unit]
|
|
Name=searxng
|
|
|
|
[Container]
|
|
ContainerName=searxng
|
|
Image=docker.io/searxng/searxng:latest
|
|
#AutoUpdate=registry
|
|
Network=internal.network
|
|
#PublishPort=8888:8080
|
|
|
|
# Production
|
|
Volume=/srv/containers/aitools/searxng/config:/etc/searxng
|
|
Volume=/srv/containers/aitools/searxng/data:/var/cache/searxng
|
|
|
|
[Service]
|
|
TimeoutStartSec=5m
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target |