mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Fix docker/README example docker-compose.xml to use latest tag
This commit is contained in:
parent
20ff62779d
commit
2085833720
@ -46,7 +46,7 @@ services:
|
|||||||
FRONTEND_HTTP_PORT: "8080"
|
FRONTEND_HTTP_PORT: "8080"
|
||||||
BACKEND_MAINNET_HTTP_HOST: "api"
|
BACKEND_MAINNET_HTTP_HOST: "api"
|
||||||
api:
|
api:
|
||||||
image: mempool/backend:v2.1.0
|
image: mempool/backend:latest
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
Loading…
Reference in New Issue
Block a user