You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storj-up v1.2.7 assigns an invalid port to the versioncontrol service.
When storj-up init versioncontrol or any other recipe that adds the versioncontrol service to the docker-compose.yaml file is executed it produces the following
The environment variable STORJ_ADDRESS: 0.0.0.0:-1 has the -1 port, an invalid port.
What needs to be done?
Fix the versioncontrol service docker-compose generation to assign a valid port.
Acceptance criteria
Fix storj-up init with any recipe that adds the versioncontrol service into the docker-compose.yaml file to assign a valid port to the STORJ_ADDRESS environment variable.
The text was updated successfully, but these errors were encountered:
Reason / Why?
storj-up v1.2.7 assigns an invalid port to the versioncontrol service.
When
storj-up init versioncontrol
or any other recipe that adds the versioncontrol service to thedocker-compose.yaml
file is executed it produces the followingThe environment variable
STORJ_ADDRESS: 0.0.0.0:-1
has the -1 port, an invalid port.What needs to be done?
Fix the versioncontrol service docker-compose generation to assign a valid port.
Acceptance criteria
storj-up init
with any recipe that adds the versioncontrol service into thedocker-compose.yaml
file to assign a valid port to theSTORJ_ADDRESS
environment variable.The text was updated successfully, but these errors were encountered: