We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f16afc commit 6e6997fCopy full SHA for 6e6997f
docker/init.sh
@@ -14,9 +14,9 @@ cd frappe-bench
14
15
# Use containers instead of localhost
16
bench set-mariadb-host mariadb
17
-bench set-redis-cache-host redis:6379
18
-bench set-redis-queue-host redis:6379
19
-bench set-redis-socketio-host redis:6379
+bench set-redis-cache-host redis://redis:6379
+bench set-redis-queue-host redis://redis:6379
+bench set-redis-socketio-host redis://redis:6379
20
21
# Remove redis, watch from Procfile
22
sed -i '/redis/d' ./Procfile
0 commit comments