Skip to content

Commit

Permalink
cleanup readme versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Feb 17, 2023
1 parent 2d2ede5 commit 23553cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<h1>WARNING</h1>
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).

----

<h1>Martin</h1>

[![CI](https://github.com/maplibre/martin/workflows/CI/badge.svg)](https://github.com/maplibre/martin/actions)
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 23553cc

Please sign in to comment.