Cyrill Kulka
Cyrill Kulka
Hi @emilevandeven , while I'm unfamiliar with Portainer and Watchtower, it sounds like what @Vysp3r said is the most likely culprit. Can you share your volume configuration for the Baikal...
Hi @PintjesB, Do you know if you can send emails from PHP? I use the file cypress/fixtures/mail-test.php in this repository in my tests, you can copy that into your container,...
Hi @blunweon , Do you know if the email configuration works? If you are unsure, you can 1. Copy [cypress/fixtures/mail-test.php](https://github.com/ckulka/baikal-docker/blob/master/cypress/fixtures/mail-test.php) I used for the tests into your container under `/var/www/baikal/html`...
Hi @blunweon , sorry for the delay! If the email is sent out with the test file, then I'm afraid that it's most likely something with Baikal itself, I'd open...
Hi @ojosdos, Is this something you experience when running it with the Docker image, but it is not an issue when you host Baikal without the Docker image? Wondering if...
Hi all, sorry for the delay and thank you for reporting it 👍 I missed the obvious test scenario where the container would be restarted (I just delete them on...
New experimental images are [now available](https://github.com/ckulka/baikal-docker/actions/runs/16607660149) - can you please give one of them a try and let me know if it work as expected? - ckulka/baikal:experimental-apache - ckulka/baikal:experimental-apache-php8.2 -...
The new images with the fix are now available (they were tested in #284). Closing this issue, but please let me know if something else is not working.
Hi @inqode-lars, can you share which PHP command you execute to clear the sessions without restarting the pod? I would prefer not to add cron to the images, but instead...
Hi @stevewpalmer , When you create a file in the `config` or `Specific` folder inside your container, e.g. with `docker exec` and `touch myfile.txt`, do you see the file on...