mirror of https://github.com/MISP/misp-docker
Add usage of MISP_MODULES_FQDN
parent
6b4ae09b08
commit
3cfe803426
|
@ -49,6 +49,7 @@ services:
|
||||||
# - "NOREDIR=true" # Do not redirect port 80
|
# - "NOREDIR=true" # Do not redirect port 80
|
||||||
# - "DISIPV6=true" # Disable IPV6 in nginx
|
# - "DISIPV6=true" # Disable IPV6 in nginx
|
||||||
# - "SECURESSL=true" # Enable higher security SSL in nginx
|
# - "SECURESSL=true" # Enable higher security SSL in nginx
|
||||||
|
# - "MISP_MODULES_FQDN=http://misp-modules" # Set the MISP Modules FQDN, used for Enrichment_services_url/Import_services_url/Export_services_url
|
||||||
misp-modules:
|
misp-modules:
|
||||||
image: coolacid/misp-docker:modules-latest
|
image: coolacid/misp-docker:modules-latest
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue