Skip to content

Commit 73f4eaf

Browse files
authored
update docker run port (#1622)
1 parent 7977224 commit 73f4eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
```bash
2222
docker pull ghcr.io/anduin2017/how-to-cook:latest
23-
docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
23+
docker run -d -p 5000:80 ghcr.io/anduin2017/how-to-cook:latest
2424
```
2525

2626
如需下载 PDF 版本,可以在浏览器中访问 [/document.pdf](https://cook.aiursoft.cn/document.pdf)

0 commit comments

Comments
 (0)