Update README.md

This commit is contained in:
Techroy23
2024-03-16 17:21:13 +08:00
committed by GitHub
parent 6cbe1c4a00
commit 26581326b1
+2 -2
View File
@@ -18,13 +18,13 @@ docker pull treyyoder/quakejs:latest
#### and run it:
```
docker run -d --name quakejs -e HTTP_PORT=<HTTP_PORT> -p <HTTP_PORT>:80 -p 27960:27960 treyyoder/quakejs:latest
docker run -d --name quakejs -e SERVER=<YOUR-IP-ADDRESS> -e HTTP_PORT=<HTTP_PORT> -p <HTTP_PORT>:80 -p 27960:27960 treyyoder/quakejs:latest
```
#### Example:
```
docker run -d --name quakejs -e HTTP_PORT=8080 -p 8080:80 -p 27960:27960 treyyoder/quakejs:latest
docker run -d --name quakejs -e SERVER=0.0.0.0 -e HTTP_PORT=8080 -p 8080:80 -p 27960:27960 treyyoder/quakejs:latest
```
Send all you friends/coworkers the link: ex. http://localhost:8080 and start fragging ;)