摘要: 部署项目服务器时,为了应对停电等情况影响正常web项目的访问,会把Docker容器设置为开机自动启动。 在使用docker run启动容器时,使用--restart参数来设置: # docker run -m 512m --memory-swap 1G -it -p 58080:8080 --res 阅读全文
posted @ 2021-04-13 19:20 建站笔记 阅读(130) 评论(0) 推荐(0)
摘要: https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET APPID APPSECRET参考:https://developers.weixin.qq.com/m 阅读全文
posted @ 2021-04-13 17:29 建站笔记 阅读(675) 评论(0) 推荐(0)