Remove custom command for MongoDB service in Docker Compose
This commit is contained in:
@@ -85,7 +85,6 @@ services:
|
||||
image: mongo:7.0
|
||||
container_name: inventarsystem-mongodb
|
||||
restart: unless-stopped
|
||||
command: mongod --wiredTigerCacheSizeGB 2
|
||||
expose:
|
||||
- "27017"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user