Skip to content

Commit

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

0 comments on commit 213d2a0

Please sign in to comment.