This is a repository providing a Docker image featuring murmur.
- Check 
docker-compose.yamland adjust for example the mountpoint location of the/datavolume to your system. - Tweak 
murmur.inito your needs. - Copy 
murmur.inito the location set as a mountpoint in thedocker-compose.yaml. Default is:/home/murmur/data 
Then, run the deployment with docker-compose:
docker-compose up -dOn first run, if you don't already have an existing state database, you'll want to look at the logs for your container to get the super-user password:
$ docker logs -f murmur 2>&1 | grep Password
<W>2014-07-27 01:41:31.256 1 => Password for 'SuperUser' set to '(mAq3hkwnkD'Copyright (C) 2020-2023 Akito [email protected]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.