buildpath: try another mongo command

This commit is contained in:
2025-11-23 20:49:11 +01:00
parent c162b03369
commit a9aaac73c3

View File

@@ -7,7 +7,7 @@ services:
- mongo_data:/data/db - mongo_data:/data/db
- mongo_data:/data/configdb - mongo_data:/data/configdb
env_file: .env env_file: .env
command: ["mongod"] command: --replSet rs0 --bind_ip_all
patch_detector: patch_detector:
image: git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:${GIT_COMMIT_HASH:-latest} image: git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:${GIT_COMMIT_HASH:-latest}