Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 2.31 KB

README.md

File metadata and controls

54 lines (37 loc) · 2.31 KB

Docker Cloud Build Status Docker Image Version (latest semver)

Docker Stars Docker Pulls

Docker Image Size (latest semver) Docker Cloud Automated build

Upstream

GitHub Liberapay patrons

Description

This is a repository providing a Docker image featuring murmur.

Usage

  1. Check docker-compose.yaml and adjust for example the mountpoint location of the /data volume to your system.
  2. Tweak murmur.ini to your needs.
  3. Copy murmur.ini to the location set as a mountpoint in the docker-compose.yaml. Default is: /home/murmur/data

Then, run the deployment with docker-compose:

docker-compose up -d

Getting the super-user password

On 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'

License

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/.