contenta_docker

所属分类:Docker
开发工具:Shell
文件大小:0KB
下载次数:0
上传日期:2021-02-19 12:08:39
上 传 者sh-1993
说明:  内容接收器,,
(contenta_docker,,)

文件列表:
.env (287, 2019-09-18)
database/ (0, 2019-09-18)
database/Dockerfile (1076, 2019-09-18)
database/conf/ (0, 2019-09-18)
database/conf/server.cnf (798, 2019-09-18)
database/docker-entrypoint (4580, 2019-09-18)
docker-compose.yml (667, 2019-09-18)
nginx/ (0, 2019-09-18)
nginx/Dockerfile (117, 2019-09-18)
nginx/conf/ (0, 2019-09-18)
nginx/conf/drupal.conf (4019, 2019-09-18)
php/ (0, 2019-09-18)
php/Dockerfile (1973, 2019-09-18)
php/conf/ (0, 2019-09-18)
php/conf/php-fpm.conf (4006, 2019-09-18)
php/conf/php.ini (59277, 2019-09-18)
php/conf/www.conf (5611, 2019-09-18)
php/docker-entrypoint (625, 2019-09-18)
volumes/ (0, 2019-09-18)
volumes/backup.sh (328, 2019-09-18)
volumes/restore.sh (354, 2019-09-18)

# Getting started ``` docker-compose build docker-compose up ``` # First-time initialization The container doesn't automatically run `drush site-install` because we want it to be possible to stop and start an existing container without rebuilding the site every time. Instead, you need to manually run this after starting the container the first time: `docker-compose exec php composer run-script install:with-mysql` # Persistence Persistent state is stored in a database volume named `data`. You can destroy and recreate the containers as much as you like and your site will be preserved until you also destroy the volume. The codebase is linked directly to the filesystem in `www` so you can develop/contribute while seeing the changes synchronized. In some setups (we're looking at you, macOs) this can be slow (even if we're using the recommended cached option from Docker), for those cases, using (Docker sync)[https://github.com/EugenMayer/docker-sync] can improve speed a lot.

近期下载者

相关文件


收藏者