Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2023
1 parent f1bbde4 commit 96f53a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mongodb/6.0.6/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
mongodb:
container_name: ${CONTAINER_NAME}
image: mongo:6.0.6
image: mongo:6.0.7
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
Expand Down

0 comments on commit 96f53a8

Please sign in to comment.