Update README.md

This commit is contained in:
Trey Yoder
2020-04-20 01:37:52 -04:00
committed by GitHub
parent 00242338e3
commit 30e664a17c
+2 -2
View File
@@ -33,9 +33,9 @@ services:
container_name: quakejs
environment:
- SERVER=10.0.0.2
- HTTP_PORT=8086
- HTTP_PORT=8080
ports:
- '8086:80'
- '8080:80'
- '27960:27960'
image: 'treyyoder/quakejs:latest'
```