Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: use kvrocks standard port 6666 #534

Merged
merged 2 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/generic.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"website_listen_port": 6100,
"public_url": "http://0.0.0.0:6100",
"storage_db_hostname": "127.0.0.1",
"storage_db_port": 6101,
"storage_db_port": 6666,
"session_expire": 36000,
"tasks_max_len": 5000,
"max_file_size": 100,
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
working_dir: /kvrocks
volumes:
- ./storage:/kvrocks/conf
ports:
- 6101:6666
command: "--bind 0.0.0.0"

redis:
Expand Down