Remove ipl from enabledModules in README

ipl is no longer an optional module but rather a required library.
This commit is contained in:
Julian Brost 2022-06-13 09:33:18 +02:00 committed by GitHub
parent 1022a5df6f
commit e3d3265e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ This image integrates [Icinga Web 2] into your [Docker] environment.
docker run --rm -d \
-p 8080:8080 \
-v icingaweb:/data \
-e icingaweb.enabledModules=icingadb,ipl \
-e icingaweb.enabledModules=icingadb \
-e icingaweb.passwords.icingaweb2.icingaadmin=123456 \
-e icingaweb.authentication.icingaweb2.backend=db \
-e icingaweb.authentication.icingaweb2.resource=icingaweb_db \