We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772b38e commit f78a29fCopy full SHA for f78a29f
.github/workflows/ci.yaml
@@ -18,14 +18,14 @@ jobs:
18
19
services:
20
mongodb_primary:
21
- image: mongo:8-jammy
+ image: mongo:8
22
env:
23
MONGO_INITDB_ROOT_USERNAME: "primary"
24
MONGO_INITDB_ROOT_PASSWORD: "password"
25
ports:
26
- "27017:27017"
27
mongodb_secondary:
28
29
30
MONGO_INITDB_ROOT_USERNAME: "secondary"
31
0 commit comments