# dzx-docker **Repository Path**: oldhuhu/dzx-docker ## Basic Information - **Project Name**: dzx-docker - **Description**: 用于构建dzx的docker image - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-05-20 - **Last Updated**: 2022-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于ubuntu bionic(1804) 安装ngnix 1.14.0 与php 7.2.24 使用[golang supervisord](https://github.com/ochinchina/supervisord)管理进程 构建前,将dzx的最新代码(upload目录中的内容)放到 `root/var/www/discuz` 下,确保 `index.php` 文件位于 `root/var/www/discuz/index.php` 所有的配置文件都可通过 `docker run -v` 进行覆盖。