cloudflare tunnel from docker works for most sites but not for wordpress sites

like the title says i got the dockers running and they work with the local url. they got the right configuration in docker compos so it shares the network.
i got it wright in the public hostname on my tunnel. im using a flexible ssl certificate. i read some stuff about wordpress and redirects.

the relevant part of the portfolio docker compose:
networks:
- wordpress-network-kayra
- pythonprojects_default

networks:
wordpress-network-kayra:
driver: bridge
pythonprojects_default:
external: true
name: pythonprojects_default

The 'pythonprojects_default ' is the network of my other projects and the cloudflare tunnel:
image: cloudflare/cloudflared
networks:
- pythonprojects_default

networks:
pythonprojects_default:
external: true
name: pythonprojects_default

for more info just ask already trying for a few hours every help would be amazing feels like im really close. tunnel is working perfectly for my other sites with, already tried different domains and other types of certificates. dont see any weird logs in the cloudflare tunnel:
{"hostname":"DOMAIN.com","originRequest":{},"service":"http://*CONTAINERNAME*:80\"}
Was this page helpful?