From 23553cccaf9eee0ace220a18db5b0388032e13c1 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 16 Feb 2023 21:20:03 -0500 Subject: [PATCH] cleanup readme versions --- README.md | 11 ++--------- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3081b9d43..77424e849 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -

WARNING

-This documentation is for the unreleased main branch. - -The documentation for the latest release v0.6 is available [here](https://github.com/maplibre/martin/tree/v0.6#readme). - ----- -

Martin

[![CI](https://github.com/maplibre/martin/workflows/CI/badge.svg)](https://github.com/maplibre/martin/actions) @@ -704,7 +697,7 @@ version: '3' services: martin: - image: maplibre/martin:v0.6.2 + image: maplibre/martin:v0.7.0 restart: unless-stopped ports: - "3000:3000" @@ -758,7 +751,7 @@ services: - martin martin: - image: maplibre/martin:v0.6.2 + image: maplibre/martin:v0.7.0 restart: unless-stopped environment: - DATABASE_URL=postgresql://postgres:password@db/db diff --git a/docker-compose.yml b/docker-compose.yml index bb56d0071..ef66daaa6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: martin: - image: maplibre/martin:v0.6.2 + image: maplibre/martin:v0.7.0 restart: unless-stopped ports: - "3000:3000"