Fix docker/README example docker-compose.xml to use latest tag

This commit is contained in:
wiz 2021-02-10 22:56:42 +09:00
parent 5fbc952fda
commit c6a4ff0f7b

View File

@ -46,7 +46,7 @@ services:
FRONTEND_HTTP_PORT: "8080"
BACKEND_MAINNET_HTTP_HOST: "api"
api:
image: mempool/backend:v2.1.0
image: mempool/backend:latest
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m