1
Fork 0

Fix ports options in whoogle config

This commit is contained in:
Matei Adriel 2024-01-18 07:49:59 +01:00
parent 57bd599f4d
commit b261a330e8
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ in
virtualisation.oci-containers.containers.whoogle-search = { virtualisation.oci-containers.containers.whoogle-search = {
image = "benbusby/whoogle-search"; image = "benbusby/whoogle-search";
autoStart = true; autoStart = true;
ports = "${toString port}:5000"; # server:docker ports = [ "${toString port}:5000" ]; # server:docker
environment = { environment = {
WHOOGLE_UPDATE_CHECK = "0"; WHOOGLE_UPDATE_CHECK = "0";
WHOOGLE_CONFIG_DISABLE = "0"; WHOOGLE_CONFIG_DISABLE = "0";