Replies: 1 comment 2 replies
-
It looks like your custom network may be an issue here. I'm going to move this over to a discussion as this is not a bug with the core Maybe app; it's more of a setup configuration issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Where did this bug occur? (required)
This bug occurs when I want to start the application.
Describe the bug
I'm running the
Maybe
containers on aSynology DS716+II
.I'm using
ghcr.io/maybe-finance/maybe:stable
but the same problem occurs withghcr.io/maybe-finance/maybe:latest
Here's my docker-compose, I'm not sure you'll find relevant informations here :
When trying to start the application, the
postgres
container is running and healthy, butmaybe
container won't start :To Reproduce
Steps to reproduce the behavior:
docker-compose.yaml
in yourSynology
NAS.sudo docker-compose up -d
sudo docker-compose logs maybe
Expected behavior
The application should start without any errors.
Beta Was this translation helpful? Give feedback.
All reactions