Merge pull request #26 from oceanprotocol/fix/change-volume-path

Change provider volume to solve the https://github.com/oceanprotocol/
This commit is contained in:
Sebastian Gerske 2018-09-21 08:55:29 +02:00 committed by GitHub
commit 557de76140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ services:
KEEPER_HOST: http://keeper-contracts
DB_HOSTNAME: mongodb
volumes:
- artifacts:/usr/local/contracts/:ro
- artifacts:/usr/local/keeper-contracts/:ro
pleuston:
image: oceanprotocol/pleuston:${OCEAN_VERSION:-stable}