添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
聪明的椅子  ·  Laravel Queue ...·  昨天    · 
满身肌肉的眼镜  ·  归档 - fatedier blog·  4 天前    · 
谦逊的书包  ·  GROUP ...·  1 周前    · 
奔放的生菜  ·  Ehcache3的缓存_ehcache ...·  2 月前    · 
有腹肌的小熊猫  ·  AWS に Anaconda + ...·  7 月前    · 

There is a handy WordPress plugin for that, but of course, it needs redis to be installed and configured properly. That's the part I struggled with as it could not connect to my redis container.

Normally, Redis should work out-of-the-box with WordPress as long as it is accessible via localhost:6379.

The thing is, in a docker setup the redis instance is accessible via its container name.

So in the above example, in order for WordPress to find it, you need to modify the constant WP_REDIS_HOST to "redis" in your wp-config.php file.

define('WP_REDIS_HOST', 'redis');
define('WP_REDIS_PORT', '6379');
    Enter fullscreen mode
    Exit fullscreen mode
          

i did it and works with default theme, but when i try to install hub theme (themeforest.net/item/hub-responsiv...) i got a message like the link has expired.

but if i use a solution like easyengine.io, which also works under docker, i can install the theme without problem, what am i doing wrong?

Looks like this recipe may longer work. I am running into an issues today with the latest plugin release. FYI:
wordpress.org/support/topic/redis-...

Once unpublished, all posts by pixeline will become hidden and only accessible to themselves. If pixeline is not suspended, they can still re-publish their posts from their dashboard.