-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't use postgresql #25
Comments
Hey @zhiyue It looks like the server is trying to start in See this line of your log file:
I think you can change
to
or
if you'd like to run it with forever. We generally use |
@mathisonian Thanks for taking the time to answer my questions.I modified my docker-compose.yml like this as you suggest:
but There are still a few mistakes. I use this command:
and a few mistakes happen,the log is:
|
I use compose to run this...base on
fig.production.yml
but it can't use postgresql as its database.it select sqlite as default.
my yml file:
log:
The text was updated successfully, but these errors were encountered: