1 Star 0 Fork 14

whjiayu/PHP-EPG-Docker-Server

forked from Tak/EPG-Server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
whjiayu 提交于 2024-07-14 09:40 . update docker-compose.yml.
version: '3.8'
services:
epg-php:
image: php:7.2-apache
container_name: php-epg
# 默认使用 6666 端口,按需自行修改
ports:
- "6666:80"
volumes:
- ./epg/:/var/www/html/epg/
command: /bin/bash -c "chmod -R 777 /var/www/html/epg && apache2-foreground"
volumes:
epg:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/whjiayu/PHP-EPG-Docker-Server.git
git@gitee.com:whjiayu/PHP-EPG-Docker-Server.git
whjiayu
PHP-EPG-Docker-Server
PHP-EPG-Docker-Server
main

搜索帮助