mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
fix(ackee-template): fix missing mongo init db username that causes the app the db to crash (#366)
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
||||
image: mongo:4
|
||||
environment:
|
||||
- MONGO_INITDB_ROOT_PASSWORD=${MONGO_INITDB_ROOT_PASSWORD}
|
||||
- MONGO_INITDB_ROOT_USERNAME=mongo
|
||||
volumes:
|
||||
- mongo-data:/data/db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user