DESKTOP-SMCIPAV\falko 6 months ago
parent
commit
bdcc470f06
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docker-compose.yml

+ 3 - 3
docker-compose.yml

@@ -40,9 +40,9 @@ services:
 
   database_preprod:
     image: mongo:4.4.6
-    #❌ SUPPRIMER l'exposition du port 27017
-    ports:
-      - "27017:27017"
+    # ❌ SUPPRIMER l'exposition du port 27017
+    # ports:
+    #   - "27017:27017"
     volumes:
       - ./backup:/backup
       - mongo_data_preprod:/data/db