Skip to content

Commit 5098d66

Browse files
committed
Dont autostart mongodb
Prior to this change, mongodb would start on system startup. This change prevents that from happening.
1 parent 40884e2 commit 5098d66

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ services:
9494
'
9595
command: |
9696
mongod --bind_ip_all --replSet ${MONGODB_RS_NAME:-openconext} --keyFile /keyfile
97-
restart: always
9897
ports:
9998
- "27017:27017"
10099
networks:

0 commit comments

Comments
 (0)