higlass / higlass/higlass-docker

consider allowing custom ip subnet in docker network create

Open
#148 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Shell
Stars
34
Forks
16
PR merge metrics
No merged PRs in 30d

Description

this might be helpful for some people, using the production version of `higlass` with the `redis`:

in this line:
https://github.com/hms-dbmi/higlass-docker/blob/41fe22fb517132a3c9c4200a6d4b53dfcf76bf90/start_production.sh#L44

where, some kind of network is created - it uses default ip-subnet which is something like `172.17.0.0/16` - this might interfere with local networking for some people.
Simply adding `--subnet=172.34.0.1/16` or something like `--subnet=$SUBNET` might help to avoid that interference issue.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.