mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 06:39:17 +07:00
Added running unciv in docker (#7031)
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
version: "3.6"
|
||||
services:
|
||||
unciv:
|
||||
build: .
|
||||
ports:
|
||||
- "6901:6901"
|
||||
- "5901:5901"
|
||||
command: /home/headless/Desktop/Unciv.sh
|
Reference in New Issue
Block a user