Merge pull request #303 from oceanprotocol/revert-dh-mounting

Revert docker mounting.
This commit is contained in:
mihaisc 2022-07-20 03:24:46 -07:00 committed by GitHub
commit f018db6d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -26,6 +26,5 @@ services:
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- provider1db:/ocean-provider/db/
- /var/run/docker.sock:/var/run/docker.sock
volumes:
provider1db:

View File

@ -27,6 +27,5 @@ services:
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- provider2db:/ocean-provider/db/
- /var/run/docker.sock:/var/run/docker.sock
volumes:
provider2db: