Maintenance: Adjust readme according to linters complaints

This commit is contained in:
Marcel Herrguth 2022-01-28 19:14:53 +01:00
parent 40fbd48a74
commit c5b9b7b77e

View File

@ -2,17 +2,17 @@
Zammad is a web based open source helpdesk/ticket system with many features
to manage customer communication via several channels like telephone, facebook,
twitter, chat and e-mails. It is distributed under the GNU AFFERO General Public
License (AGPL). Do you receive many e-mails and want to answer them with a team of agents?
twitter, chat and emails. It is distributed under the GNU AFFERO General Public
License (AGPL). Do you receive many emails and want to answer them with a team of agents?
You're going to love Zammad!
## Use case for this repo
## Use case for this repositorysitory
This repo is meant to be the starting point for somebody who likes to use dockerized multi-container Zammad in production.
This repository is meant to be the starting point for somebody who likes to use dockerized multi-container Zammad in production.
## Getting started with zammad-docker-compose
<https://docs.zammad.org/en/latest/install-docker-compose.html>
[Learn more on Zammads documentation](https://docs.zammad.org/en/latest/install/docker-compose.html)
## CI Status
@ -30,7 +30,7 @@ To run Zammad behind a revers proxy, we provide `docker-compose.proxy-example.ym
See `.examples/proxy/docker-compose.yml` for an example proxy project.
Like this, you can add your `docker-compose.prod.yml` to a branch of your Git repository and stay up to date by merging changes to your branch.
Like this, you can add your `docker-compose.prod.yml` to a branch of your Git repositorysitory and stay up to date by merging changes to your branch.
## Using Rancher