diff --git a/README.md b/README.md index e6045b6c..96ec5656 100755 --- a/README.md +++ b/README.md @@ -600,7 +600,7 @@ version: '3' services: martin: - image: maplibre/martin + image: maplibre/martin:v0.6.1 restart: unless-stopped ports: - "3000:3000" @@ -654,7 +654,7 @@ services: - martin martin: - image: maplibre/martin + image: maplibre/martin:v0.6.1 restart: unless-stopped environment: - DATABASE_URL=postgres://postgres:password@db/db diff --git a/docker-compose.yml b/docker-compose.yml index 5e2e457b..4fbd7635 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: martin: - image: maplibre/martin + image: maplibre/martin:v0.6.1 restart: unless-stopped ports: - "3000:3000"