2024-06-17 23:06:01 -03:00
|
|
|
version: "3.7"
|
|
|
|
services:
|
|
|
|
openrct2:
|
|
|
|
container_name: openrct2
|
|
|
|
restart: unless-stopped
|
|
|
|
image: openrct2/openrct2-cli:latest
|
|
|
|
ports:
|
|
|
|
# OpenRCT2 only uses TCP
|
|
|
|
- "11753:11753/tcp"
|
|
|
|
volumes:
|
2024-06-17 23:31:55 -03:00
|
|
|
- /docker/appdata/openrct2/config:/home/openrct2/.config/OpenRCT2/
|
2024-06-17 23:06:01 -03:00
|
|
|
- /docker/appdata/openrct2/saves:/home/openrct2/.config/OpenRCT2/save/
|
2024-06-17 23:38:24 -03:00
|
|
|
# This is where you attach to container to run specific saves
|
|
|
|
- /docker/appdata/openrct2/run:/home/openrct2/run/
|