Skip to content

Commit

Permalink
Fix port for minio
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Dec 1, 2024
1 parent 1fb31ad commit a513314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
"secret_key": "minioadmin",
"bucket_name": "qfieldcloud-local-legacy",
"region_name": "",
"endpoint_url": "http://172.17.0.1:8109"
"endpoint_url": "http://172.17.0.1:8009"
},
"QFC_IS_LEGACY": true
},
Expand All @@ -81,7 +81,7 @@ jobs:
"secret_key": "minioadmin",
"bucket_name": "qfieldcloud-local",
"region_name": "",
"endpoint_url": "http://172.17.0.1:8109"
"endpoint_url": "http://172.17.0.1:8009"
},
"QFC_IS_LEGACY": false
}
Expand Down

0 comments on commit a513314

Please sign in to comment.