From d25755775eea0ac10dee664655a0e64a12c53e51 Mon Sep 17 00:00:00 2001 From: mifi Date: Thu, 11 May 2023 19:02:27 -0400 Subject: [PATCH] Likely not --- docker-compose.staging-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.staging-build.yml b/docker-compose.staging-build.yml index 0dcfba1..f4eea75 100644 --- a/docker-compose.staging-build.yml +++ b/docker-compose.staging-build.yml @@ -10,6 +10,7 @@ services: volumes: - 'auth-db:/data/db' - 'auth-db:/data/configdb' + - './docker-entrypoint-initdb.d/mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro' # - '/volume1/docker/beethoven/labs-auth/mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro' restart: unless-stopped image: mongo:4.4