-
Notifications
You must be signed in to change notification settings - Fork 32
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
dbport error in Symphony with the default config #1203
Comments
Same here |
Could you please share your .env file ? I'll try to reproduce the issue |
Here is my .env file |
i have the same problem. Anyone got this resolved? |
same issue here |
Are you using portainer as well ? |
Yes, using the default templates available in the wiki inside portainer and uploading the .env file before deploying the stack. |
I never used Portainer before, I tried to reproduce the issue but it worked fine for me. Could you tell me how you set up Koillection ? Here is what I did :
|
My compose file:
My .env file:
And this config makes the following error: In koillection container:
And db output:
Could you share your setup so I can try to replicate? Thanks in advice |
I think it's because you to need to tell docker to use the .env file :
|
it throws an error when deploying the stack: env file /data/compose/98/.env not found: stat /data/compose/98/.env: no such file or directory |
Looks like a portainer issue, can you have a look here ? portainer/portainer#8263 |
after many attempts I have managed to get it to work in portainer with this compose:
I have also searched on how to backup the database, in case it would be useful for other users.
|
Hello everyone,
I get this error when I start the docker container in Portainer :
I used the default config and the default .env file with the default port : 5432
I looked in the issues and didn't find a similar issue.
Do you have any idea ?
The text was updated successfully, but these errors were encountered: