From 527d5a5d9b6943ff1e18ffae1b907d976dae6aa0 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Tue, 7 Dec 2021 11:25:03 +0000 Subject: [PATCH] update --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e3ca0fe946..9c7cf1f7d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: - ".:/nym" vesting_contract: build: docker/vesting_contract - image: contract:latest + image: vesting_contract:latest volumes: - ".:/nym" contract_uploader: