storj / up

Docker-compose files for running full Storj network locally
GNU Affero General Public License v3.0
23 stars 8 forks source link

cmd/container: fix volume target path for local-bin #82

Closed jewharton closed 1 year ago

jewharton commented 1 year ago

The storj-up local-bin command has been modified to use the Unix path separator when generating volume target paths. Previously, the host OS's path separator was used which would produce an invalid path when running the command on a Windows machine. This would cause the volume not to be mounted properly.

jewharton commented 1 year ago

Superseded by https://review.dev.storj.io/c/storj/up/+/10164.