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

Commit fe2e3e7

Browse files
authored
Update docker-compose.yml
1 parent 73bbe34 commit fe2e3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/docker/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
44
ipfs:
55
container_name: ipfs_host
6-
image: ipfs/go-ipfs:master-latest
6+
image: ipfs/go-ipfs:v0.10.0
77
volumes:
88
- "./tmp:/tmp"
99
ports:
@@ -16,4 +16,4 @@ services:
1616
image: mayocream/pastebin-ipfs:latest
1717
ports:
1818
- "80:3939"
19-
19+

0 commit comments

Comments
 (0)