Skip to content

Commit 6e89e9f

Browse files
committed
remove: NFS setting (#190)
1 parent 5b3ee60 commit 6e89e9f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docker/getRootComposeFile/volumeDefinition.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,6 @@
1212
function getVolumeDefinition(args) { // eslint-disable-line no-unused-vars
1313
const definition = {
1414
db_data: null,
15-
// host_data: {
16-
// driver: 'local',
17-
// driver_opts: {
18-
// type: 'none',
19-
// o: 'bind',
20-
// device: '${PWD}', // eslint-disable-line no-template-curly-in-string
21-
// },
22-
// },
23-
// };
24-
// if (args['use-nfs'] && (os.platform() === 'darwin' || os.platform() === 'win32')) {
25-
// definition.host_data = {
26-
// driver: 'local',
27-
// driver_opts: {
28-
// type: 'nfs',
29-
// o: 'addr=host.docker.internal,rw,nolock,hard,nointr,nfsvers=3',
30-
// device: ':${PWD}', // eslint-disable-line no-template-curly-in-string
31-
// },
32-
// };
3315
};
3416
return { volumes: definition };
3517
}

0 commit comments

Comments
 (0)