buildpath, notesnook: change mongodb user

This commit is contained in:
2025-11-30 22:28:31 +01:00
parent fb55901da4
commit bd3b03e241
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ services:
hostname: mongo
image: mongo:8.2.2
restart: always
user: mongodb:mongodb
volumes:
- mongo_data:/data/db
- mongo_data:/data/configdb

View File

@@ -2,6 +2,7 @@ services:
notesnook-db:
image: mongo:8.2.2
hostname: notesnookdb
user: mongodb:mongodb
volumes:
- dbdata:/data/db
- dbdata:/data/configdb