Use the cce-explorer:main image from docker hub (instead of ghcr). (#362)

This commit is contained in:
Manoj Waikar
2025-11-21 14:52:42 +01:00
parent 11d5b0efdd
commit 6f6be2d30e

View File

@@ -2,7 +2,7 @@ version: "3.7"
services:
lens:
container_name: lens_federated-search
image: ghcr.io/samply/cce-explorer:main
image: samply/cce-explorer:main
labels:
- "traefik.http.services.lens.loadbalancer.server.port=3000"
- "traefik.enable=true"