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