Skip to content
Snippets Groups Projects
Commit 4882005d authored by jurgenhaas's avatar jurgenhaas
Browse files

drupal/development/eca#1 Disable Redis for D4D

parent 8b550b7a
No related branches found
No related tags found
No related merge requests found
Pipeline #583078 passed
......@@ -321,6 +321,20 @@ docker4drupal:
- domain2.example.com
```
#### Disable Redis
By default, D4D enables Redis on all stages. To turn this off, put the following environment variables into you `.lakedrops.yml` file:
```yaml
docker4drupal:
docker-compose.yml:
services:
php:
environment:
PHP_FPM_CLEAR_ENV: no
L3D_DISABLE_REDIS: yes
```
## Tipps & Tricks
### Some notes about localhost subdomains
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment