oops, rajoute https avec l'url

This commit is contained in:
nom
2026-06-07 18:18:42 +02:00
parent af77b82c57
commit 0b5c5e28d6
+1 -1
View File
@@ -95,7 +95,7 @@ EOF
-uroot \
-p"$MYSQL_ROOT_PASSWORD" \
"$MYSQL_DATABASE" \
-e "update wp_options set option_value='${ORGA}\.${domain}' where option_name in ('siteurl','home');"
-e "update wp_options set option_value='https:\/\/${ORGA}\.${domain}' where option_name in ('siteurl','home');"
#restart orga
docker-compose down && docker-compose up -d