We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb5dab1 + 8e20b21 commit 32e8313Copy full SHA for 32e8313
docs/containers/redis.md
@@ -27,7 +27,7 @@ $conf['redis_client_port'] = '6379';
27
DRUPAL 8:
28
29
```php
30
-$contrib_path = is_dir('sites/all/modules/contrib') ? 'sites/all/modules/contrib' : 'sites/all/modules';
+$contrib_path = is_dir('modules/contrib') ? 'modules/contrib' : 'modules';
31
32
$settings['redis.connection']['host'] = 'redis';
33
$settings['redis.connection']['port'] = '6379';
@@ -44,4 +44,4 @@ $settings['container_yamls'][] = $contrib_path . '/redis/example.services.yml';
44
45
## Configuration
46
47
-Configuration is possible via environment variables. See the full list of variables on [GitHub](https://github.com/wodby/redis).
+Configuration is possible via environment variables. See the full list of variables on [GitHub](https://github.com/wodby/redis).
0 commit comments