Skip to content

Commit a3de55f

Browse files
authored
Newest DDEV no longer has dba container by default (#17)
1 parent ad294ac commit a3de55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function run() {
7171
cmd = 'ddev --version';
7272
console.log(cmd);
7373
yield execShellCommand(cmd);
74-
cmd = 'ddev config global --instrumentation-opt-in=false --omit-containers=dba,ddev-ssh-agent';
74+
cmd = 'ddev config global --instrumentation-opt-in=false --omit-containers=ddev-ssh-agent';
7575
console.log(cmd);
7676
yield execShellCommand(cmd);
7777
if(autostart){

0 commit comments

Comments
 (0)