Publish Service Ports to the Host
master⚠️ Security Warning: The search service runs Solr 7 in standalone mode, which is vulnerable to privilege escalation (CVE-2025-24814). Solr should generally only be accessible to your own clients.
To publish ports for all services (including db, valkey, and search) to the host:
admin/configure add publishing-all-ports
docker compose up -dIf you are running a database-only mirror, use:
admin/configure add publishing-db-port
docker compose up -d