Skip to content
Snippets Groups Projects
Commit 3897f462 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* add restart: unless-stopped

parent aa2f6cca
No related tags found
1 merge request!1Digitallearning
Pipeline #975349 failed
......@@ -2,6 +2,7 @@ version: '3.7'
services:
mongodb_container:
image: mongo:6
restart: unless-stopped
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONGO_USER}
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