Skip to content

Commit

Permalink
Fix missing volume
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Jan 31, 2024
1 parent b7fcc7e commit 98f81d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hacking/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
SNIP20_ATTACK_DIR: /root/snip20
volumes:
- genesis:/genesis
- snip20:/root/snip20

localsecret-2:
image: initc3/localsecret:0b2181c62
Expand All @@ -20,6 +21,8 @@ services:
ENCLAVE_KEY: io-master-key.txt
volumes:
- genesis:/genesis
- snip20:/root/snip20

volumes:
genesis:
snip20:

0 comments on commit 98f81d5

Please sign in to comment.