From 3ac4ffb97051f8706a37b2a25ea9d7017634a33e Mon Sep 17 00:00:00 2001 From: whaffman Date: Thu, 22 May 2025 12:48:13 +0200 Subject: [PATCH] s --- srcs/requirements/wordpress/tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcs/requirements/wordpress/tools/install.sh b/srcs/requirements/wordpress/tools/install.sh index e77043a..7abcf4d 100644 --- a/srcs/requirements/wordpress/tools/install.sh +++ b/srcs/requirements/wordpress/tools/install.sh @@ -48,7 +48,7 @@ wp plugin install --allow-root \ --path=/var/www/html wp config set --allow-root \ WP_REDIS_HOST \ - redis.docker-network \ + "redis" \ --type=constant \ --path=/var/www/html