Files
tngame/docker-compose.yml
T
2026-04-19 22:20:10 -04:00

9 lines
134 B
YAML

services:
tng:
container_name: tng
restart: always
image: hykilpikonna/tngame
build: .
ports:
- "23:2323"