Removed the "command" parameter from searx.yml (#310)
This commit is contained in:
parent
63438c232c
commit
1433761920
|
|
@ -3,7 +3,6 @@ services:
|
||||||
# SearX
|
# SearX
|
||||||
$$cap_appname:
|
$$cap_appname:
|
||||||
image: searx/searx:$$cap_searx_version
|
image: searx/searx:$$cap_searx_version
|
||||||
command: $$cap_SEARX_COMMAND
|
|
||||||
environment:
|
environment:
|
||||||
BIND_ADDRESS: 0.0.0.0:8080
|
BIND_ADDRESS: 0.0.0.0:8080
|
||||||
BASE_URL: https://$$cap_appname.$$cap_root_domain
|
BASE_URL: https://$$cap_appname.$$cap_root_domain
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue