mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Fix indentation in docker-compose file
This commit is contained in:
parent
40ed3f62f3
commit
0f99d169a1
|
@ -24,5 +24,5 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ~/.n8n:/root/.n8n
|
- ~/.n8n:/root/.n8n
|
||||||
# Wait 5 seconds to start n8n to make sure that MongoDB is ready
|
# Wait 5 seconds to start n8n to make sure that MongoDB is ready
|
||||||
# when n8n tries to connect to it
|
# when n8n tries to connect to it
|
||||||
command: /bin/sh -c "sleep 5; n8n start --NODE_CONFIG='{\"database\":{\"type\":\"mongodb\", \"mongodbConfig\":{\"url\":\"mongodb://n8nuser:${MONGO_NON_ROOT_PASSWORD}@mongo:27017/${MONGO_INITDB_DATABASE}\"}}}'"
|
command: /bin/sh -c "sleep 5; n8n start --NODE_CONFIG='{\"database\":{\"type\":\"mongodb\", \"mongodbConfig\":{\"url\":\"mongodb://n8nuser:${MONGO_NON_ROOT_PASSWORD}@mongo:27017/${MONGO_INITDB_DATABASE}\"}}}'"
|
||||||
|
|
Loading…
Reference in a new issue