解决docker容器中的nginx代理其他容器的各种问题

2021-03-05 | docker

解决docker容器中的nginx代理其他容器出现404或者不通

例如下面这段dockerfile,需要指定容器在同一networks下,才可以通过nginx中的proxy_pass代理成功,当然最后需要在services同级声明外部网络

阅读更多

解决访问github过慢以及git clone过慢的方法

2021-03-04 | github

解决访问github过慢以及git clone过慢的方法

感谢🙏 ghproxy

git clone

git clone https://ghproxy.com/https://github.com/stilleshan/ServerStatus

阅读更多

vercel免费部署hexo

2021-01-02 | hexo

注册 vercel

打开vercel.com注册一个新账户,注册新用户必须使用 github 账户进行授权,后续可以选择 github 上的项目直接部署。

阅读更多

Hello World

2021-01-01 | hexo

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

阅读更多