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/