Coolify needs explicit loadbalancer.server.port label to know
which port to route traffic to.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Coolify v4 beta has a bug generating broken Host() rules when
manual labels conflict. Removing custom labels to use Coolify's
native domain configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Workaround für Coolify Beta Bug mit leeren Host() Rules
- wp-island-http für HTTP
- wp-island-https für HTTPS mit Let's Encrypt
🤖 Generated with Claude Code
Nach Dokumentation recherchiert:
- Kein ENTRYPOINT override (serversideup hat eigenen)
- Scripts nach /etc/entrypoint.d/ mit 755
- Port 8080 statt 80
- Healthcheck auf /healthcheck Endpoint
- USER www-data am Ende (serversideup Standard)
Quelle: serversideup.net/open-source/docker-php/docs
🤖 Generated with Claude Code