Skip to content

Commit d092467

Browse files
committed
fix: Passwort authentication plugin (#189)
1 parent d34a028 commit d092467

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

docker/getRootComposeFile/defaultComposeContent.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ module.exports = (args) => ({
3939
'--mysql-native-password=ON',
4040
],
4141
},
42-
// composer: {
43-
// image: 'composer',
44-
// // restart: 'no',
45-
// working_dir: '/var/www/html',
46-
// ...hostUser(args),
47-
// volumes: [{
48-
// type: 'volume',
49-
// source: 'host_data',
50-
// target: '/var/www/html',
51-
// }],
52-
// },
5342
},
5443
...volumeDefinition(args),
5544
});

0 commit comments

Comments
 (0)