mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Fix typo in volume
This commit is contained in:
parent
fa2bc717a3
commit
e6d5fd9e80
@ -54,7 +54,7 @@ services:
|
|||||||
KEEPER_URL: http://keeper-contracts:8545
|
KEEPER_URL: http://keeper-contracts:8545
|
||||||
LOCAL_CONTRACTS: "true"
|
LOCAL_CONTRACTS: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracs/:ro
|
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
|
Loading…
Reference in New Issue
Block a user