storj/cmd/multinode/README.md
Sembeth 0408997e6c
cmd/multinode: Removes dependency on deprecated identity-dir flag, code and documentation. (#5646)
* The Multinode Dashboard no longer requires the identity files.

* Removed deprecated code that used the identity-dir.
2023-03-08 13:56:15 +01:00

632 B

Multinode Dashboard

Reference Articles

Tech Preview Forum Post

Running the Multinode Dashboard in Docker with persistent data

Start the image as follows, while replacing the placeholder <multinode-config-dir> with a path to a directory. This directory will contain database files and a config.yaml.

docker run -d --restart unless-stopped \
    --user $(id -u):$(id -g) \
    -p 127.0.0.1:15002:15002/tcp \
    --mount type=bind,source="<multinode-config-dir>",destination=/app/config \
    --name multinode storjlabs/multinode:latest