Mount Type Configuration
Define how GameType volume definitions are resolved into per-server storage mounts.
Mount Types
- NFS volume
- Host Volume
NFS volume
Volume Name Format is the template used to compute the name of the Docker
named volume created for this mount type. This becomes the actual volume name, so it must
resolve to a value that is unique per server/volume (e.g. {gameTypeKey}_{serverId}_{Source}).
Live Preview
Resolved Volume Name
Resolved Container Path
/data/worldsOptions
Free-form key/value options for this mount type (e.g. Driver, DriverOptionsJson,
SourcePathTemplate, DefaultReadOnly, DefaultEnsureNfsPathExists,
DefaultOwnerUid, DefaultOwnerGid, DefaultPermissions). Values may
contain tokens such as {Source}, {serverId}, {gameTypeKey}, and
{Target} that are substituted when volumes are resolved.