compose/openrct2/docker-compose.yml
2024-06-17 23:38:24 -03:00

15 lines
490 B
YAML

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:
- /docker/appdata/openrct2/config:/home/openrct2/.config/OpenRCT2/
- /docker/appdata/openrct2/saves:/home/openrct2/.config/OpenRCT2/save/
# This is where you attach to container to run specific saves
- /docker/appdata/openrct2/run:/home/openrct2/run/