Remove duplicated variant sections

This commit is contained in:
J0WI 2019-06-27 23:02:26 +02:00
parent 25b53e9ff8
commit 9b5465dcfc
1 changed files with 0 additions and 16 deletions

View File

@ -60,19 +60,3 @@ We'd love to hear your feedback and suggestions in the issue tracker: [github.co
## GeoIP ## GeoIP
This product includes GeoLite data created by MaxMind, available from [http://www.maxmind.com](http://www.maxmind.com). This product includes GeoLite data created by MaxMind, available from [http://www.maxmind.com](http://www.maxmind.com).
## Image Variants
The following variants are currently provided:
### apache
This starts an Apache webserver with PHP, so you can use `matomo` out of the box.
### fpm-alpine
This image has a very small footprint. It is based on Alpine Linux and starts only a PHP FPM process. Use this variant if you already have a seperate webserver. If you need more tools, that are not available on Alpine Linux, use the `fpm` image instead.
### fpm
This image starts only a PHP FPM container. Use this variant if you already have a seperate webserver.