You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
I meet some problem when i Using MongoDB docker to setup.
docker run -d --name mongo-server -v $PWD/databases:/data/db -p 27017:27017 mongo
docker run -d
-p 5000:5000
--name quokka
--link mongo-server:mongo
--env ME_CONFIG_MONGODB_ADMINUSERNAME='' \ ?
--env ME_CONFIG_MONGODB_ADMINPASSWORD='' \ ?
my-base
When make devserver, i change quokka.yml:DB to:
quokka:
DB:
system: mongodb
name: my_database
host: 127.0.0.1
port: 27017
After running quokka again:
while scanning a simple key
in "quokka.yml", line 533, column 6
could not find expected ':'
in "quokka.yml", line 534, column 6
The text was updated successfully, but these errors were encountered: