mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-10 15:28:47 +08:00
feat: support docker deplay.
This commit is contained in:
36
README.md
36
README.md
@@ -72,6 +72,42 @@ Inline Code `{code: 0}`
|
||||
音 <rp></rp><rt>yin</rt><rp></rp>
|
||||
</ruby>
|
||||
|
||||
## 部署
|
||||
|
||||
[](https://hub.docker.com/r/wcjiang/wxmp) [](https://hub.docker.com/r/wcjiang/wxmp) [](https://hub.docker.com/r/wcjiang/wxmp)
|
||||
|
||||
轻松通过 docker 部署《微信公众号 Markdown 编辑器》网站应用。
|
||||
|
||||
```bash
|
||||
docker pull wcjiang/wxmp
|
||||
# Or
|
||||
docker pull ghcr.io/jaywcjlove/wxmp:latest
|
||||
```
|
||||
|
||||
```bash
|
||||
docker run --name wxmp --rm -d -p 96611:3000 wcjiang/wxmp:latest
|
||||
# Or
|
||||
docker run --name wxmp -itd -p 96611:3000 wcjiang/wxmp:latest
|
||||
# Or
|
||||
docker run --name wxmp -itd -p 96611:3000 ghcr.io/jaywcjlove/wxmp:latest
|
||||
```
|
||||
|
||||
在浏览器中访问以下 URL
|
||||
|
||||
```
|
||||
http://localhost:96611/
|
||||
```
|
||||
|
||||
## Contributors
|
||||
|
||||
As always, thanks to our amazing contributors!
|
||||
|
||||
<a href="https://github.com/jaywcjlove/wxmp/graphs/contributors">
|
||||
<img src="https://jaywcjlove.github.io/wxmp/CONTRIBUTORS.svg" />
|
||||
</a>
|
||||
|
||||
Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
|
||||
|
||||
## License
|
||||
|
||||
Licensed under the MIT License.
|
||||
|
||||
Reference in New Issue
Block a user