From c33bb05396622bc40a289f243e749c984526631b Mon Sep 17 00:00:00 2001 From: Dan Quan Date: Thu, 29 Jul 2021 01:24:23 -0700 Subject: [PATCH] docs: remove broken badge and fix docker-compose snippet (#1025) * Remove microbadger badge as it is shutdown source: https://twitter.com/microscaling/status/1361054926399557644 source: https://web.archive.org/web/20210409135814/https://microbadger.com/shutdown * Remove trailing space that breaks yaml formatting * Adjust indentation for docker-compose snippet --- README.md | 1 - docs/index.md | 11 ++++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8a18a58..cc18b3b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ [![Circle CI](https://circleci.com/gh/containrrr/watchtower.svg?style=shield)](https://circleci.com/gh/containrrr/watchtower) [![codecov](https://codecov.io/gh/containrrr/watchtower/branch/main/graph/badge.svg)](https://codecov.io/gh/containrrr/watchtower) [![GoDoc](https://godoc.org/github.com/containrrr/watchtower?status.svg)](https://godoc.org/github.com/containrrr/watchtower) - [![Microbadger](https://images.microbadger.com/badges/image/containrrr/watchtower.svg)](https://microbadger.com/images/containrrr/watchtower) [![Go Report Card](https://goreportcard.com/badge/github.com/containrrr/watchtower)](https://goreportcard.com/report/github.com/containrrr/watchtower) [![latest version](https://img.shields.io/github/tag/containrrr/watchtower.svg)](https://github.com/containrrr/watchtower/releases) [![Apache-2.0 License](https://img.shields.io/github/license/containrrr/watchtower.svg)](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/docs/index.md b/docs/index.md index d59b3b1..ef234ec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,9 +17,6 @@ GoDoc - - Microbadger - Go Report Card @@ -58,8 +55,8 @@ the following command: ```yaml version: "3" services: - watchtower: - image: containrrr/watchtower - volumes: - - /var/run/docker.sock:/var/run/docker.sock + watchtower: + image: containrrr/watchtower + volumes: + - /var/run/docker.sock:/var/run/docker.sock ```