Skip to content

Commit

Permalink
Fix volume in docker-compose-openzeppelin
Browse files Browse the repository at this point in the history
  • Loading branch information
ripply committed Aug 18, 2022
1 parent 213d2a0 commit c1f028d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/openzeppelin/docker-compose-openzeppelin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ services:
environment:
- QTUM_RPC=http://qtum:testpasswd@qtum:3889
volumes:
- ../standalone/myaccounts.txt:/go/src/github.com/qtumproject/janus/myaccounts.txt
- ../../:/src:ro
depends_on:
- qtum
command: --bind 0.0.0.0 --accounts /go/src/github.com/qtumproject/janus/myaccounts.txt --dev
command: --bind 0.0.0.0 --accounts /src/myaccounts.txt --dev
qtum:
ports:
- "3889:3889"
Expand Down

0 comments on commit c1f028d

Please sign in to comment.