You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All configuration data is stored inside the container. If you want to persist it outside the container, you can mount it to a volume or your local filesystem. Mounting your local filesystem also allows you to read and write saved games locally. For example:
The command above will mount the OpenRCT2 user / config directory inside the container to a directory on your local filesystem. This will allow you to persist and edit the configuration, saved games etc. locally.
27
27
28
-
It will then host a new server and load the saved game `mypark.sv6` located in the mounted directory under the save subdirectory.
28
+
It will then host a new server and load the saved game `mypark.park` located in the mounted directory under the save subdirectory.
0 commit comments