Via Docker
Copy the config and edit it as needed
mkdir -p .volumes/memento
cp config-sample.yml .volumes/memento/config.ymlStart memento in Docker
docker run --name memento -d -v /path/to/config/folder:/config/ -p 3000:3000 -p 3001:3001 alethio/memento:latestOpen the dashboard to check progress
http://localhost:3000Last updated