From bf9a6c6075e766f5fdc1ace88dd21c8fe4925142 Mon Sep 17 00:00:00 2001 From: Ananya Nayak Date: Mon, 3 Apr 2023 18:00:24 +0530 Subject: [PATCH] fix: valhalla image domain registry --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0a92cc4..d31cb24 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - "CATALINA_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9001 -Dcom.sun.management.jmxremote.rmi.port=9001 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=localhost" valhalla: container_name: valhalla-tests - image: gisops/valhalla:latest + image: ghcr.io/gis-ops/docker-valhalla/valhalla:latest ports: - "8002:8002" volumes: