Bläddra i källkod

渠成开源社区 发布 https://www.qucheng.cc/project/nginx-php.html

hongwenjun 1 år sedan
förälder
incheckning
e71122b4c9
3 ändrade filer med 6 tillägg och 2 borttagningar
  1. 5 1
      README.md
  2. BIN
      nginx-php.png
  3. 1 1
      python3/Dockerfile

+ 5 - 1
README.md

@@ -1,4 +1,8 @@
-![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-banner.png)
+## 项目描述 [渠成开源社区](https://www.qucheng.cc/project/nginx-php.html)
+Nginx-PHP Docker容器是一个集成了Nginx和PHP的容器化解决方案,旨在为开发人员和运维团队提供一个简便的方式来部署和管理Web应用程序。
+
+![](./nginx-php.png)
+
 ## linux/arm,linux/arm64,linux/amd64 多平台支持,甲骨文ARM、华为ARM、香橙派ARM 测试可以使用
 ```
 # tag 20210703  linux/arm,linux/arm64,linux/amd64 多平台支持

BIN
nginx-php.png


+ 1 - 1
python3/Dockerfile

@@ -7,7 +7,7 @@ RUN  apt update -y \
   && apt clean  && apt autoremove  \
   && rm -rf /var/lib/apt/lists/*  /tmp/*  get-pip.py 
 
-RUN  mkdir -p /app && cd /app \ 
+RUN  mkdir -p /app && cd /app \
   && pip3 install requests html2text mysql-connector \
   && pip3 install beautifulsoup4  html5lib Flask ipip-ipdb \
   && wget https://git.io/me.py  --no-check-certificate \