1 Introduction
Since the introduction is a minimalist web notebook, the introduction should be simpler.
This is a Notepad with only one input box, which is more compact than Notepad on Windows.
2. Installation
implement
[hide]
1 | mkdir ~/mwn/ cd ~/mwn/ wget https://github.com/pereorga/minimalist-web-notepad/archive/refs/heads/docker.zip unzip docker.zip cd minimalist-web-notepad-docker docker build -t minimalist-web-notepad . docker run -d -it --restart=always --name minimalist-web-notepad -v ~/mwn/data/:/var/www/html/_tmp -p 8080:80 minimalist-web-notepad |
[/hide]
All the above operations can be completed in the Pagoda panel.
Take care to ensure that the mapped directory is writable.
3. Use
Reverse proxy, you can see the website.
服务器集群(六)宝塔专业版网站负载均衡
评论