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

Commit a02a388

Browse files
committed
Merge branch 'main' of github.com:mayocream/pastebin-ipfs into main
2 parents f0a299e + fa3d537 commit a02a388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You must have ipfs-daemon running on your host first.
9696
Check out IPFS [docker-compose.yml](https://github.com/mayocream/pastebin-ipfs/blob/main/docker-compose.yml).
9797

9898
```bash
99-
docker run -p 8080:3939 pastebin-ipfs:latest
99+
docker run -p 8080:3939 mayocream/pastebin-ipfs:latest
100100
```
101101

102102
## Development

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ docker-compose up -d
9494
IPFS 运行示例: [docker-compose.yml](https://github.com/mayocream/pastebin-ipfs/blob/main/docker-compose.yml).
9595

9696
```bash
97-
docker run -p 8080:3939 pastebin-ipfs:latest
97+
docker run -p 8080:3939 mayocream/pastebin-ipfs:latest
9898
```
9999

100100
## 开发

0 commit comments

Comments
 (0)