mirror of
https://github.com/Icinga/docker-icingaweb2.git
synced 2025-10-23 21:11:00 +02:00
Remove ipl from enabledModules in README
ipl is no longer an optional module but rather a required library.
This commit is contained in:
parent
1022a5df6f
commit
e3d3265e3e
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user