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.
2 parents be09cc8 + 6e6997f commit 4a1b980Copy full SHA for 4a1b980
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