一个php 面板解决问题。详细教程:https://bbs.livecodes.vip/forum.php?mod=viewthread&tid=37
代码:
services:
php-runtime:
image: livecodesvip/php-runtime:latest
container_name: php-runtime
restart: always
ports:
- "5080:80"
- "5090:8080"
environment:
- ADMIN_USER=admin
- ADMIN_PASS=123456
volumes:
- php-runtime_repo:/var/www/repo
volumes:
php-runtime_repo: