Skip to content

Commit

Permalink
Merge pull request #180 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabrielrufino authored Oct 6, 2023
2 parents 14aaa56 + 8d4667a commit 448610b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ on:
jobs:
Testing:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
- traefik.http.routers.metabase.tls.certresolver=letsencrypt
restart: ${METABASE_RESTART_POLICY-no}
mongo:
image: mongo:${MONGO_VERSION-6.0.4}
image: mongo:${MONGO_VERSION-6.0.10}
container_name: ${MONGO_CONTAINER_NAME-}
ports:
- 27017:27017
Expand Down
2 changes: 1 addition & 1 deletion docs/mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker compose up -d mongo

| **Name** | **Default** |
| -------------------------- | ----------- |
| MONGO_VERSION | 6.0.4 |
| MONGO_VERSION | 6.0.10 |
| MONGO_CONTAINER_NAME | |
| MONGO_INITDB_ROOT_USERNAME | root |
| MONGO_INITDB_ROOT_PASSWORD | root |
Expand Down

0 comments on commit 448610b

Please sign in to comment.