fix redis port
This commit is contained in:
@@ -9,7 +9,7 @@ in
|
|||||||
default_config ? true,
|
default_config ? true,
|
||||||
extra_config ? '''',
|
extra_config ? '''',
|
||||||
package ? pkgs.redis,
|
package ? pkgs.redis,
|
||||||
port ? 5432,
|
port ? 6379,
|
||||||
bind ? "localhost",
|
bind ? "localhost",
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|||||||
Reference in New Issue
Block a user