Skip to content

Commit 4017d30

Browse files
CHORE: Update mongo-init.js path in docker-compose.yml to reflect new server directory structure
1 parent 21224aa commit 4017d30

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
mongodb:
53
image: mongo:7.0
@@ -13,7 +11,7 @@ services:
1311
MONGO_INITDB_DATABASE: observo
1412
volumes:
1513
- mongodb_data:/data/db
16-
- ./mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
14+
- ./server/mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
1715
networks:
1816
- observo-network
1917
command: mongod --auth

0 commit comments

Comments
 (0)