dycms
dycms copied to clipboard
DYCMS Website Navigation 网址导航、内容导航平台,人人都是生活的导航者! (寻前端朋友构建定制化界面,欢迎联系)
## Dockerfile ### 用于创建php+dycms容器,放在解压后的文件夹即可 ``` FROM php:7.4-fpm RUN docker-php-ext-install bcmath RUN docker-php-ext-install pdo_mysql WORKDIR /var/www ADD --chown=www-data:www-data . /var/www ``` ## docker-compose.yml ```YML # Use root/example as user/password credentials version:...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 6.0.18 to 6.0.20. Release notes Sourced from symfony/http-kernel's releases. v6.0.20 Changelog (https://github.com/symfony/http-kernel/compare/v6.0.19...v6.0.20) no significant changes v6.0.19 Changelog (https://github.com/symfony/http-kernel/compare/v6.0.18...v6.0.19) no significant changes Commits 6dc7083 Update VERSION for 6.0.20...