From cb3ad0734cbfe5e8a668f1db0656628e0798b5da Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 22 Nov 2022 20:21:50 +0000 Subject: [PATCH] add scratch space for user import/exports should probably add to all, but i only need on eth for now --- docker-compose.prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 5717d5e5..2fb3bd45 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -71,6 +71,7 @@ services: command: --config /config.toml --workers 48 volumes: - ./config/production-eth.toml:/config.toml + - ./data/scratch:/scratch ports: - mode: host protocol: tcp