Update docker mempool-config

This commit is contained in:
bguillaumat
2021-02-25 10:33:04 +01:00
parent 3152ac22f7
commit 71447b6b31
3 changed files with 9 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ services:
MYSQL_USER: "mempool"
MYSQL_PASS: "mempool"
BACKEND_MAINNET_HTTP_PORT: "8999"
CACHE_DIR: "/backend/cache/"
CACHE_DIR: "/backend/cache"
db:
image: mariadb:10.5.8
user: "1000:1000"