Files
wordpress/README.md
2026-02-07 02:58:24 +00:00

17 lines
450 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Wordpress
Установка Wordpress в docker, дополнительная настройка redis
В wp-config.php добавьте:
define('WP_REDIS_HOST', 'redis');
define('WP_REDIS_PORT', 6379);
Найдите и установите плагин "Redis Object Cache"
В админ-панели WordPress перейдите в "Плагины" → "Добавить новый"
Установите плагин Redis Object Cache