fix(docker): set empty ASSETS_WHITELIST_URL to prevent explorer crash on DNS failure
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
3fd1af9824
commit
1e565495bb
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ services:
|
|||
PGHOST: explorer-db
|
||||
PGPORT: "5432"
|
||||
MEXC_API_URL: ""
|
||||
ASSETS_WHITELIST_URL: ""
|
||||
depends_on:
|
||||
daemon:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue