We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c5468 commit e093c28Copy full SHA for e093c28
1 file changed
src/dedicated-servers/dedicated-servers.service.ts
@@ -261,6 +261,10 @@ export class DedicatedServersService {
261
name: `custom-plugins-${sanitizedGameServerNodeId}`,
262
mountPath: "/opt/custom-plugins",
263
},
264
+ {
265
+ name: `dedicated-server-data-${server.id}`,
266
+ mountPath: `/opt/custom-data`,
267
+ },
268
],
269
270
@@ -289,6 +293,13 @@ export class DedicatedServersService {
289
293
path: `/opt/5stack/custom-plugins`,
290
294
291
295
296
297
298
+ hostPath: {
299
+ type: "DirectoryOrCreate",
300
+ path: `/opt/5stack/servers/${server.id}`,
301
302
+ }
292
303
304
305
0 commit comments