Remove custom command for MongoDB service in Docker Compose

This commit is contained in:
2026-04-24 21:18:53 +02:00
parent 9c24e79bba
commit b7f55b0de0
-1
View File
@@ -85,7 +85,6 @@ services:
image: mongo:7.0
container_name: inventarsystem-mongodb
restart: unless-stopped
command: mongod --wiredTigerCacheSizeGB 2
expose:
- "27017"
volumes: