I’m sorry, but this won’t work, because if the container is destroyed, the problem starts again
I’ve already tried to set the password with -e CMK_PASSWORD =‘mypassword’ this didn’t work either
And in addition I would have expected permanent mounts for the persistences
Can it be that the example is simply not complete ?
root@linux# docker container logs monitoring
Created new site cmk with version 1.6.0.cre.
The site can be started with omd start cmk.
The default web UI is available at c395cfe2d50d/cmk/
The admin user for the web applications is cmkadmin with password: erYJR0IT
(It can be changed with 'htpasswd -m ~/etc/htpasswd cmkadmin' as site user.)
I’ve fixed it by moving the docker base directory to anbother volume than root, Now its working. The reason was obviously a permission problem. Thanks for your help