mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 17:24:24 +07:00
8 lines
142 B
YAML
8 lines
142 B
YAML
|
version: "3.6"
|
||
|
services:
|
||
|
unciv:
|
||
|
build: .
|
||
|
ports:
|
||
|
- "6901:6901"
|
||
|
- "5901:5901"
|
||
|
command: /home/headless/Desktop/Unciv.sh
|