Stefan G. Weichinger

Results 154 comments of Stefan G. Weichinger

Seems I have the same problem in https://github.com/nextcloud/docker/issues/1156 Deleted entries from table `activity_mq`, waiting to see if it stays silent now. Additional question: why does the user get the email...

Maybe too simple ;-) We silenced the issue by configuring: ``` # config.php "mail_smtptimeout" => 30, ``` This seems to help with the timeouts ... and in turn we get...

Anything I can do to help with LS-4.x?

Trying to come up with a Dockerfile. To me it seems that the image you use (`tutum/lamp`) does not really work well when someone wants to install and use PHP7,...

The docker philosopy says "one container per service" ;-) I test with another lamp-image now. Personally I could live with a docker-compose stack of one app-container with PHP7-FPM and the...

What about this image as a base: https://hub.docker.com/r/mattrayner/lamp ?

I have a very raw draft of a Dockerfile that prepares the git-tag checkout from upstream in an intermediate container. The second container is based on above image and so...

I also would welcome a nice example for a config or an inventory with vars inside. I see the same error right now with this inventory file: ``` [galera_cluster_nodes] mariadb-main-1-1...