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