Skip to content

Commit 448356e

Browse files
authored
docs: fixed broken outdated badges
1 parent a34d8d1 commit 448356e

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# SinusBot Docker image
22

3-
[![Docker Automated build](https://img.shields.io/docker/automated/sinusbot/docker.svg)](https://hub.docker.com/r/sinusbot/docker)
4-
[![Docker Build Status](https://img.shields.io/docker/build/sinusbot/docker.svg)](https://hub.docker.com/r/sinusbot/docker/builds)
53
[![Docker Pulls](https://img.shields.io/docker/pulls/sinusbot/docker.svg)](https://hub.docker.com/r/sinusbot/docker)
64
[![Image Info](https://images.microbadger.com/badges/image/sinusbot/docker.svg)](https://microbadger.com/images/sinusbot/docker)
75

@@ -16,7 +14,7 @@
1614

1715
By using this image you accept the [Privacy statement of the TeamSpeak Systems GmbH](https://www.teamspeak.com/en/privacy-and-terms), the [SinusBot Privacy Policy](https://forum.sinusbot.com/help/privacy-policy/) and SinusBot license agreement.
1816

19-
> © 2013-2020 Michael Friese. All rights reserved. (https://www.sinusbot.com)
17+
> © 2013-2021 Michael Friese. All rights reserved. (https://www.sinusbot.com)
2018
>
2119
> This software is free for personal use only. If you want to use it commercially, please contact the author.
2220
>
@@ -163,32 +161,6 @@ docker run -d -p 8087:8087 \
163161
--name sinusbot sinusbot/docker:discord
164162
```
165163

166-
## Other Docker registries
167-
168-
### QUAY
169-
170-
[![Docker Repository on Quay](https://quay.io/repository/sinusbot/docker/status "Docker Repository on Quay")](https://quay.io/repository/sinusbot/docker)
171-
172-
Can be pulled by using:
173-
174-
```bash
175-
docker pull quay.io/sinusbot/docker
176-
```
177-
178-
For using docker-compose with [quay.io](https://quay.io) just replace `sinusbot/docker` with `quay.io/sinusbot/docker`. Example:
179-
180-
```yaml
181-
# docker-compose.yml
182-
sinusbot:
183-
image: quay.io/sinusbot/docker
184-
restart: always
185-
ports:
186-
- 8087:8087
187-
volumes:
188-
- /opt/sinusbot/scripts:/opt/sinusbot/scripts
189-
- /opt/sinusbot/data:/opt/sinusbot/data
190-
```
191-
192164
## docker-compose with TeamSpeak 3 Server
193165

194166
In the SinusBot you have to use the network alias `teamspeak.docker.local` as hostname.

0 commit comments

Comments
 (0)