Fix ports options in whoogle config
This commit is contained in:
parent
57bd599f4d
commit
b261a330e8
|
@ -15,7 +15,7 @@ in
|
|||
virtualisation.oci-containers.containers.whoogle-search = {
|
||||
image = "benbusby/whoogle-search";
|
||||
autoStart = true;
|
||||
ports = "${toString port}:5000"; # server:docker
|
||||
ports = [ "${toString port}:5000" ]; # server:docker
|
||||
environment = {
|
||||
WHOOGLE_UPDATE_CHECK = "0";
|
||||
WHOOGLE_CONFIG_DISABLE = "0";
|
||||
|
|
Loading…
Reference in a new issue