Spaces:
Sleeping
Sleeping
Update Redis port to 6379 in docker/redis.conf
Browse files- docker/redis.conf +1 -1
docker/redis.conf
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Redis configuration file example
|
| 2 |
|
| 3 |
-
port
|
| 4 |
|
| 5 |
bind 0.0.0.0 ::1
|
| 6 |
|
|
|
|
| 1 |
# Redis configuration file example
|
| 2 |
|
| 3 |
+
port 6379
|
| 4 |
|
| 5 |
bind 0.0.0.0 ::1
|
| 6 |
|