mirror of
https://github.com/mempool/mempool.git
synced 2025-03-12 19:04:07 +01:00
Merge pull request #4391 from 0xBEEFCAF3/patch-1
fix: incorrect `HTTP_PORT` docker compose field in docker README.md
This commit is contained in:
commit
472a86ffd4
2 changed files with 4 additions and 1 deletions
3
contributors/0xBEEFCAF3.txt
Normal file
3
contributors/0xBEEFCAF3.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
I hereby accept the terms of the Contributor License Agreement in the CONTRIBUTING.md file of the mempool/mempool git repository as of November 17, 2023.
|
||||||
|
|
||||||
|
Signed: 0xBEEFCAF3
|
|
@ -124,7 +124,7 @@ Corresponding `docker-compose.yml` overrides:
|
||||||
environment:
|
environment:
|
||||||
MEMPOOL_NETWORK: ""
|
MEMPOOL_NETWORK: ""
|
||||||
MEMPOOL_BACKEND: ""
|
MEMPOOL_BACKEND: ""
|
||||||
MEMPOOL_HTTP_PORT: ""
|
BACKEND_HTTP_PORT: ""
|
||||||
MEMPOOL_SPAWN_CLUSTER_PROCS: ""
|
MEMPOOL_SPAWN_CLUSTER_PROCS: ""
|
||||||
MEMPOOL_API_URL_PREFIX: ""
|
MEMPOOL_API_URL_PREFIX: ""
|
||||||
MEMPOOL_POLL_RATE_MS: ""
|
MEMPOOL_POLL_RATE_MS: ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue