mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-04-12 15:15:42 +02:00
17 lines
297 B
YAML
Executable File
17 lines
297 B
YAML
Executable File
services:
|
|
quakejs:
|
|
image: treyyoder/quakejs
|
|
container_name: quakejs
|
|
networks:
|
|
- quakejs
|
|
environment:
|
|
- HTTP_PORT=9011
|
|
- SERVER=192.168.0.100
|
|
ports:
|
|
- "9011:80"
|
|
- "27960:27960"
|
|
|
|
networks:
|
|
quakejs:
|
|
name: quakejs
|