Skip to content

Commit

Permalink
Update 07-deploying.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlan1 authored Apr 16, 2024
1 parent 9d07318 commit 60b1c3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/07-deploy/07-deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ It is possible to use the LAMP dashboard hosted by BIDMC (dashboard.lamp.digital
MONGO_INITDB_ROOT_USERNAME: 'admin'
MONGO_INITDB_ROOT_PASSWORD: 'DB_PASSWORD_HERE'
volumes:
- /data/db:/data/db
- mongo_data:/data/db
networks:
- public
deploy:
Expand Down Expand Up @@ -230,6 +230,8 @@ It is possible to use the LAMP dashboard hosted by BIDMC (dashboard.lamp.digital
placement:
constraints:
- node.role == manager
volumes:
mongo_data:
networks:
public:
external: true
Expand Down

0 comments on commit 60b1c3f

Please sign in to comment.