Skip to content

Commit c33bb05

Browse files
authored
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
1 parent 9bb8991 commit c33bb05

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
[![Circle CI](https://circleci.com/gh/containrrr/watchtower.svg?style=shield)](https://circleci.com/gh/containrrr/watchtower)
1010
[![codecov](https://codecov.io/gh/containrrr/watchtower/branch/main/graph/badge.svg)](https://codecov.io/gh/containrrr/watchtower)
1111
[![GoDoc](https://godoc.org/github.com/containrrr/watchtower?status.svg)](https://godoc.org/github.com/containrrr/watchtower)
12-
[![Microbadger](https://images.microbadger.com/badges/image/containrrr/watchtower.svg)](https://microbadger.com/images/containrrr/watchtower)
1312
[![Go Report Card](https://goreportcard.com/badge/github.com/containrrr/watchtower)](https://goreportcard.com/report/github.com/containrrr/watchtower)
1413
[![latest version](https://img.shields.io/github/tag/containrrr/watchtower.svg)](https://github.com/containrrr/watchtower/releases)
1514
[![Apache-2.0 License](https://img.shields.io/github/license/containrrr/watchtower.svg)](https://www.apache.org/licenses/LICENSE-2.0)

docs/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<a href="https://godoc.org/github.com/containrrr/watchtower">
1818
<img alt="GoDoc" src="https://godoc.org/github.com/containrrr/watchtower?status.svg" />
1919
</a>
20-
<a href="https://microbadger.com/images/containrrr/watchtower">
21-
<img alt="Microbadger" src="https://images.microbadger.com/badges/image/containrrr/watchtower.svg" />
22-
</a>
2320
<a href="https://goreportcard.com/report/github.com/containrrr/watchtower">
2421
<img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/containrrr/watchtower" />
2522
</a>
@@ -58,8 +55,8 @@ the following command:
5855
```yaml
5956
version: "3"
6057
services:
61-
watchtower:
62-
image: containrrr/watchtower
63-
volumes:
64-
- /var/run/docker.sock:/var/run/docker.sock
58+
watchtower:
59+
image: containrrr/watchtower
60+
volumes:
61+
- /var/run/docker.sock:/var/run/docker.sock
6562
```

0 commit comments

Comments
 (0)