Marko Korhonen

Results 96 comments of Marko Korhonen

Maybe use Traefik's dynamic configuration: https://doc.traefik.io/traefik/getting-started/configuration-overview/#the-dynamic-configuration

Maybe add script to Treafik service with mount which can create dynamic entries: ``` docker exec stonehenge add-service foobar [port] ```

This is now part of `4.x` but needs some documenting.

I can bypass this with: ``` http --verify=false --headers https://portainer.docker.so ```

Could you @dunglas checkout this PR and check if you can see what could be next steps?

Aah, good point. So that would mean... Drupal specific Caddy config 🤔

But but, it works then not in worker mode... so cannot be Caddy config, right?

@dunglas now I was able to run install process (install.php) without errors and I got to homepage. After that I get very weird effects: After installation in complete, it logs...

Yup. Drupal stores sessions by default to database.

Drupal 10 has Symfony 6. Dunno yet if it helps with the implementation. Update: I tried `el7cosmos/drupal-runtime` and it works... I guess. There are some weird things like when I...