File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/ )
2
2
======================
3
3
4
4
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
35
35
docker run -d -p 7777:7777/udp -e SAMP_RCON_PASSWORD=secret -e SAMP_PLUGINS="crashdetect" --name test pyrax/samp
36
36
# "rcon_password" exists in the server.cfg, so the value is changed from "changeme" (default) to "secret"
37
37
# "plugins" does not exist in the server.cfg, therefore a line containing "plugins crashdetect" is being appended to the server.cfg
38
- ```
38
+ ```
You can’t perform that action at this time.
0 commit comments