Skip to content

Commit

Permalink
Remove dba from config (#18)
Browse files Browse the repository at this point in the history
More info: ddev/ddev#3534
  • Loading branch information
stasadev authored Nov 28, 2023
1 parent 3780fb3 commit 7a077d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sqlsrv.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ddev-generated

disable_settings_management: true
omit_containers: [db,dba]
omit_containers: [db]

hooks:
post-start:
Expand Down

0 comments on commit 7a077d9

Please sign in to comment.