Recent content by nyleza

  1. nyleza

    XF 2.2 Dockerized XF successfully run for hours then, errors occurs (not able to login, etc.)

    Hi, it was spread across multiple containers (y) I just realized that my diagram can be a bit confusing ^^ 4 services (now 2 because I just use dockerized MySQL + Redis) launched via docker compose
  2. nyleza

    XF 2.2 Dockerized XF successfully run for hours then, errors occurs (not able to login, etc.)

    Update (solved) : I ended up by using the php-fpm from host (I installed it) instead of Docker image and I no longer have the issue. I will try to understand why there was this bug later (maybe a missing package in my Dockerfile ? or bad files permissions... idk)
  3. nyleza

    XF 2.2 Dockerized XF successfully run for hours then, errors occurs (not able to login, etc.)

    Hello everyone, I'm running xenforo in a docker environment launched via docker-compose, I also use S3 to store the files (internal_data and data) and Cloudfront as reverse proxy for S3 and also to a simple VPS : My dockerized env is very basic : Nginx + PHP + MySQL + Redis Everything works...
Top Bottom