Skip to content
Snippets Groups Projects

Fix compose

Merged Arnaud Charleroy requested to merge test-mongo into main
  1. Mar 04, 2024
    • Arnaud Charleroy's avatar
      Add pull request · 9a3e9358
      Arnaud Charleroy authored
      9a3e9358
    • André Fabbri's avatar
      Fix compose · 7c23c33d
      André Fabbri authored
          - For mongo service, change the "sleep 3" instruction into "mongostat -n 1".
          The instruction meant to wait for the server startup procedure.
          Mongostat should print up when such procedure are completed meanwhile "sleep"
          is infrastucture dependent
          - For opensilex service, reply the "chown" command at the entry point time.
          The mounted volume remaind owned by root:root otherwise and the config file
          could not be generated.
      7c23c33d
Loading