File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def mariadb_service
112
112
"mariadb" => {
113
113
"image" => "mariadb:10.5" ,
114
114
"restart" => "unless-stopped" ,
115
- "networks" => [ "dqefault " ] ,
115
+ "networks" => [ "default " ] ,
116
116
"volumes" => [ "mariadb-data:/var/lib/mysql" ] ,
117
117
"environment" => {
118
118
"MARIADB_ALLOW_EMPTY_ROOT_PASSWORD" => true ,
Original file line number Diff line number Diff line change @@ -1358,7 +1358,7 @@ def test_devonctainer_mariadb
1358
1358
expected_mariadb_config = {
1359
1359
"image" => "mariadb:10.5" ,
1360
1360
"restart" => "unless-stopped" ,
1361
- "networks" => [ "dqefault " ] ,
1361
+ "networks" => [ "default " ] ,
1362
1362
"volumes" => [ "mariadb-data:/var/lib/mysql" ] ,
1363
1363
"environment" => {
1364
1364
"MARIADB_ALLOW_EMPTY_ROOT_PASSWORD" => true ,
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class ChangeGeneratorTest < Rails::Generators::TestCase
168
168
expected_postgres_config = {
169
169
"image" => "mariadb:10.5" ,
170
170
"restart" => "unless-stopped" ,
171
- "networks" => [ "dqefault " ] ,
171
+ "networks" => [ "default " ] ,
172
172
"volumes" => [ "mariadb-data:/var/lib/mysql" ] ,
173
173
"environment" => {
174
174
"MARIADB_ALLOW_EMPTY_ROOT_PASSWORD" => true ,
You can’t perform that action at this time.
0 commit comments