Merge pull request #4391 from 0xBEEFCAF3/patch-1

fix: incorrect `HTTP_PORT` docker compose field in docker README.md
This commit is contained in:
softsimon 2023-12-17 16:55:13 +07:00 committed by GitHub
commit 472a86ffd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View 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

View file

@ -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: ""