9 lines
134 B
YAML
9 lines
134 B
YAML
services:
|
|
tng:
|
|
container_name: tng
|
|
restart: always
|
|
image: hykilpikonna/tngame
|
|
build: .
|
|
ports:
|
|
- "23:2323"
|