Add openrct2 docker file
This commit is contained in:
parent
b7cec4927f
commit
70276b9aca
14
openrct2/docker-compose.yml
Normal file
14
openrct2/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
version: "3.7"
|
||||||
|
services:
|
||||||
|
openrct2:
|
||||||
|
container_name: openrct2
|
||||||
|
restart: unless-stopped
|
||||||
|
image: openrct2/openrct2-cli:latest
|
||||||
|
ports:
|
||||||
|
# OpenRCT2 only uses TCP
|
||||||
|
- "11753:11753/tcp"
|
||||||
|
command:
|
||||||
|
- host /home/openrct2/.config/OpenRCT2/save/server.sv6
|
||||||
|
volumes:
|
||||||
|
- /docker/appdata/openrct2/config:/home/openrct2/.config/OpenRCT2
|
||||||
|
- /docker/appdata/openrct2/saves:/home/openrct2/.config/OpenRCT2/save/
|
Loading…
Reference in New Issue
Block a user