Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stub-roh authored Nov 26, 2021
1 parent 31fb440 commit 2cd946c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,25 @@ You can use docker image to build your own privte IPFS easily.

https://hub.docker.com/r/ipfs/go-ipfs/

Sample code for docker-compose.xml
```
ipfs-node:
container_name: ipfs-node
image: ipfs/go-ipfs
environment:
- PUID=1002
- PGID=1002
- TZ=Asia/Seoul
volumes:
- /home/docker/ipfs-node:/data/ipfs
- /home/docker/ipfs-staging:/staging
ports:
- 4001:4001
- 5001:5001
- 8080:8080
restart: unless-stopped
```

### DB setting

We are using MySQL database as storage for personal documents.
Expand Down

0 comments on commit 2cd946c

Please sign in to comment.