Merge pull request #301 from oceanprotocol/mount-docker

Adds instructions to mount docker in provider containers.
This commit is contained in:
Călina Cenan 2022-07-12 15:35:20 +03:00 committed by GitHub
commit 093ba1d012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -26,5 +26,6 @@ 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,5 +27,6 @@ services:
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- provider2db:/ocean-provider/db/
- /var/run/docker.sock:/var/run/docker.sock
volumes:
provider2db: