Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbai00 committed Sep 12, 2024
1 parent 56911ca commit a9219ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ services:
restart: always
environment:
MONGO_INITDB_DATABASE: texera_storage
command: mongod --storageEngine=wiredTiger --batchSize=1000
command: mongod --storageEngine=wiredTiger
ports:
- "27017:27017"
volumes:
- mongodb_data:/data/db # Named volume for MongoDB data, you may modify this if you want to persist the data volumes outside the containers

texera_service:
image: texera/texera:usersys-1.0
image: texera/texera:usersys
container_name: texera_service
restart: always
depends_on:
Expand Down

0 comments on commit a9219ce

Please sign in to comment.