Matrix server automated install
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. [Unit]
  2. Description=Matrix Chat Service
  3. After=network-online.target docker.service
  4. [Service]
  5. Type=simple
  6. WorkingDirectory=/opt/matrix
  7. ExecStart=/usr/bin/docker compose up --remove-orphans --build
  8. ExecStop=/usr/bin/docker compose down
  9. [Install]
  10. WantedBy=multi-user.target