Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 881 Bytes

docker.md

File metadata and controls

31 lines (23 loc) · 881 Bytes
Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 1 column 1
---

** Outdated due to migrating to fork. **

---

Docker

Fetch

Pull the latest stable image:

docker pull ma1uta/ma1sd

Configure

On first run, simply using MATRIX_DOMAIN as an environment variable will create a default config for you.
You can also provide a configuration file named ma1sd.yaml in the volume mapped to /etc/ma1sd before starting your container.

Run

Use the following command after adapting to your needs:

  • The MATRIX_DOMAIN environment variable to yours
  • The volumes host paths
docker run --rm -e MATRIX_DOMAIN=example.org -v /data/ma1sd/etc:/etc/ma1sd -v /data/ma1sd/var:/var/ma1sd -p 8090:8090 -t ma1uta/ma1sd

For more info, including the list of possible tags, see the public repository

Troubleshoot

Please read the Troubleshooting guide.