fix: incorrect HTTP_PORT docker compose field in docker README.md

The override is [BACKEND_HTTP_PORT defined here](59c513f2a5/docker/backend/start.sh (L7))
This commit is contained in:
Armin Sabouri 2023-11-17 15:23:52 -05:00
parent f03acce324
commit a4810b8be0
No known key found for this signature in database
GPG Key ID: A7571058A5A78A0A

View File

@ -124,7 +124,7 @@ Corresponding `docker-compose.yml` overrides:
environment:
MEMPOOL_NETWORK: ""
MEMPOOL_BACKEND: ""
MEMPOOL_HTTP_PORT: ""
BACKEND_HTTP_PORT: ""
MEMPOOL_SPAWN_CLUSTER_PROCS: ""
MEMPOOL_API_URL_PREFIX: ""
MEMPOOL_POLL_RATE_MS: ""