From 9064200de8b6c98f029c0768a1dbeb9afdb4a244 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 27 Oct 2024 23:24:34 +0100 Subject: [PATCH] changed the release channel for martin to be nightly to take advantage of the new sdf sprites --- docker-compose.local.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.local.yml b/docker-compose.local.yml index 5cb8ad1a8..a95d14d74 100644 --- a/docker-compose.local.yml +++ b/docker-compose.local.yml @@ -222,7 +222,7 @@ services: volumes: - ./map/:/map/ martin: - image: ghcr.io/maplibre/martin:v0.14.2 + image: ghcr.io/maplibre/martin:main # TODO: just to see sdf images in action.. don't keep this on permanently restart: unless-stopped command: - --config diff --git a/docker-compose.yml b/docker-compose.yml index ab2c8a7e0..37abad791 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -342,7 +342,7 @@ services: volumes: - ./map/:/map/ martin: - image: ghcr.io/maplibre/martin:v0.14.2 + image: ghcr.io/maplibre/martin:main # TODO: just to see sdf images in action.. don't keep this on permanently restart: unless-stopped command: - --config