Commit 51c5417f authored by Aram Boyajyan's avatar Aram Boyajyan Committed by Sascha Grossenbacher
Browse files

Issue #3196686 by aramboyajyan: Update container paths in README and...

Issue #3196686 by aramboyajyan: Update container paths in README and example.services.yml for composer based installs
parent 682852f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ replace all supported backend services (that currently includes the cache tags
checksum service and the lock backends, check the file for the current list)
or copy the service definitions into a site specific services.yml.

    $settings['container_yamls'][] = 'modules/redis/example.services.yml';
    $settings['container_yamls'][] = 'modules/contrib/redis/example.services.yml';

Note that for any of this, the redis module must be enabled. See next chapters
for more information.
+1 −1
Original line number Diff line number Diff line
# This file contains example services overrides.
#
# Enable with this line in settings.php
#   $settings['container_yamls'][] = 'modules/redis/example.services.yml';
#   $settings['container_yamls'][] = 'modules/contrib/redis/example.services.yml';
#
# Or copy & paste the desired services into sites/default/services.yml.
#