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 20ff62779d
commit 2085833720
No known key found for this signature in database
GPG Key ID: A394E332255A6173

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