diff --git a/scripts/init.sh b/scripts/init.sh index d66fe409..049d5cc9 100644 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -26,9 +26,9 @@ cd frappe-bench # Use containers instead of localhost bench set-mariadb-host mariadb -bench set-redis-cache-host redis-cache:6379 -bench set-redis-queue-host redis-queue:6379 -bench set-redis-socketio-host redis-socketio:6379 +bench set-redis-cache-host redis://redis-cache:6379 +bench set-redis-queue-host redis://redis-queue:6379 +bench set-redis-socketio-host redis://redis-socketio:6379 # Remove redis from Procfile sed -i '/redis/d' ./Procfile @@ -43,4 +43,4 @@ bench --site dev.localhost set-config developer_mode 1 bench --site dev.localhost clear-cache bench use dev.localhost bench get-app crm -bench --site dev.localhost install-app crm \ No newline at end of file +bench --site dev.localhost install-app crm