Skip to content
Snippets Groups Projects
Commit e4567fc3 authored by Max Lou's avatar Max Lou
Browse files

Update single-compose/docker-compose.yml

parent 1f41d261
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ services: ...@@ -2,6 +2,7 @@ services:
# MONGO DB # MONGO DB
mongodb_container: mongodb_container:
image: mongo:6 image: mongo:6
restart: unless-stopped
environment: environment:
MONGO_INITDB_ROOT_USERNAME: ${MONGO_USER} MONGO_INITDB_ROOT_USERNAME: ${MONGO_USER}
MONGO_INITDB_ROOT_PASSWORD: ${MONGO_PASSWORT} MONGO_INITDB_ROOT_PASSWORD: ${MONGO_PASSWORT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment