[horde] Horde Container white screen
Ralf Lang
ralf.lang at gmail.com
Mon Dec 15 17:19:20 UTC 2025
Horde 5 won't run on PHP 8. You need horde 6.
redhat <redhat at techspace.nl> schrieb am Mo., 15. Dez. 2025, 18:04:
> I tried to install a old docker container with horde5.
>
> cheewai/horde-docker <
> https://registry.hub.docker.com/r/cheewai/horde-docker>
>
> my composer file:
> version: '3.0'
> services:
> horde:
> image: cheewai/horde-docker
> container_name: ts_horde
> restart: unless-stopped
>
> ports:
> - "8081:80"
>
> volumes:
> - /etc/docker/horde/data:/etc/horde
> - /var/run/mysqld/mysqld.sock:/var/run/mysqld/mysqld.sock:ro
> environment:
> - TZ=Europe/Amsterdam
> HORDE_TEST_DISABLE: "true"
>
> HTTP_X_FORWARDED_FOR: "172.21.0.41"
> HTTP_X_FORWARDED_PROTO: "https"
>
> DB_HOST: "172.22.0.1"
> DB_PORT: "3306"
> DB_NAME: "horde"
> DB_USER: "horde"
> DB_PASS: "horde"
> DB_PROTOCOL: "SOCKET"
> DB_DRIVER: "mysqli"
>
> security_opt:
> - apparmor:unconfined
>
>
> the problem i get if i connect to the container wit 8081
> i get i white screen with letters no gui the db connection works an the db
> is made.
> Hope some one has experience with this to solve th eproblem
>
> greetings Jasper
>
>
> --
> Dit bericht is gescanned op virussen en andere gevaarlijke
> inhoud door DarkEagle scanners en lijkt schoon te zijn.
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
More information about the horde
mailing list