10 lines
226 B
YAML
10 lines
226 B
YAML
version: '2'
|
|
services:
|
|
quakejs:
|
|
container_name: quakejs
|
|
environment:
|
|
- HTTP_PORT=8080
|
|
ports:
|
|
- '8080:80'
|
|
- '27960:27960'
|
|
image: 'treyyoder/quakejs:latest' |