searxng config
This commit is contained in:
parent
3291be595b
commit
ee6bdbefe5
|
@ -242,6 +242,9 @@
|
|||
image = "searxng/searxng";
|
||||
autoStart = true;
|
||||
ports = [ "8091:8080" ];
|
||||
volumes = [
|
||||
"/var/searxng:/etc/searxng"
|
||||
];
|
||||
};
|
||||
services.nginx.virtualHosts."searx-ng.mccarty.io" = {
|
||||
enableACME = true;
|
||||
|
|
Loading…
Reference in New Issue