diff --git a/others/dev/docker-compose.yml b/others/dev/docker-compose.yml index 3aeaa844..4afbba45 100644 --- a/others/dev/docker-compose.yml +++ b/others/dev/docker-compose.yml @@ -35,7 +35,7 @@ services: ports: - "27017:27017" volumes: - - ./testenv/init_mongodb.js:/docker-entrypoint-initdb.d/mongo-init.js + - ./testenv/init_mongodb.js:/docker-entrypoint-initdb.d/mongo-init.js:ro - ~/powerjob-data/powerjob-mongodb:/data/db powerjob-server: build: