Skip to content

Commit

Permalink
Fix: volume
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 14, 2022
1 parent fa7cb39 commit 84a1445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-changeme}
- ADMIN_SECRET=${ADMIN_SECRET:-changeme}
volumes:
- db:/etc/metadata/ipfs
- ipfs:/etc/metadata/ipfs

db:
image: postgres:13
Expand Down

0 comments on commit 84a1445

Please sign in to comment.