Skip to content

Commit 9986a1c

Browse files
committed
Update README.md
Add badge with number of Docker pulls including a link to the repository in Docker Hub.
1 parent d483e6a commit 9986a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SA-MP Docker container
1+
SA-MP Docker container [![Docker pulls](https://img.shields.io/docker/pulls/pyrax/samp.svg "Number of Docker pulls")](https://hub.docker.com/r/pyrax/samp/)
22
======================
33

44
This repository features some Dockerfiles for setting up a SA-MP server through Docker containers.
@@ -35,4 +35,4 @@ docker run -d -p 7777:7777/udp -e SAMP_RCON_PASSWORD=secret -e SAMP_HOSTNAME="SA
3535
docker run -d -p 7777:7777/udp -e SAMP_RCON_PASSWORD=secret -e SAMP_PLUGINS="crashdetect" --name test pyrax/samp
3636
# "rcon_password" exists in the server.cfg, so the value is changed from "changeme" (default) to "secret"
3737
# "plugins" does not exist in the server.cfg, therefore a line containing "plugins crashdetect" is being appended to the server.cfg
38-
```
38+
```

0 commit comments

Comments
 (0)