mirror of
https://github.com/dotnetfactory/fluid-calendar.git
synced 2026-03-02 22:57:19 -05:00
docker quick start not working #114
Labels
No labels
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fluid-calendar#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @llwp on GitHub (Oct 30, 2025).
tried a few iterations on this and havent figured out the issue. quick start runs the containers...
thats it.
.envis in use and defines minimum values.docker logs shows in the app container "Local: http://abc123string:80" among other indicators that it thinks boot up went fine.
database container is running and indicates it is "listening".
docker ps shows the containers as up/running/healthy and ports indicated are as expected.
not sure what next...
@tobschli commented on GitHub (Nov 20, 2025):
I have tried using the example
.env.examplefile as is (cp .env.example .env), which worked for me to quickstart.