Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit aad0f0d

Browse files
authored
fix: cache store to local
1 parent 4a65147 commit aad0f0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/docker/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ services:
44
ipfs:
55
container_name: ipfs_host
66
image: ipfs/go-ipfs:v0.10.0
7-
volumes:
8-
- "./tmp:/tmp"
97
ports:
108
- "5001:5001" # internal API
119
- "4001:4001" # expose to public
@@ -15,6 +13,8 @@ services:
1513
container_name: pstbin
1614
image: mayocream/pastebin-ipfs:latest
1715
command: ["pstbin", "-ipfs", "ipfs:5001"]
16+
volumes:
17+
- "./.pastebin:/data/.pastebin"
1818
ports:
1919
- "80:3939"
20-
20+

0 commit comments

Comments
 (0)