Replies: 2 comments
-
|
I guess that you can use the previous version until I complete a patch for this issue. I am working on it, will update shortly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Please use the Issues section to log a bug If any. I think this issue is solved on latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a relative noob when it comes to docker, but this is how my experience went. I tried to get help from gpt and went down an hour long rabbit hole before giving up. Hopefully I can learn from the replies here.
I used portainer to install, followed the docker compose, set the right env variables, etc.
But while portainer reports that tududi is running and healthy, I get stuck in a 302 boot loop in the logs. My yaml is below
version: "3.8"
services:
tududi:
image: chrisvel/tududi:latest
container_name: tududi
ports:
- "9292:9292"
volumes:
- /apps/tududi/db:/usr/src/app/tududi_db
environment:
- TUDUDI_INTERNAL_SSL_ENABLED=false
- TUDUDI_SESSION_SECRET=<i put random 64 here>
- TUDUDI_USER_EMAIL=
- TUDUDI_USER_PASSWORD=
restart: unless-stopped
Here did I go wrong? I can see the db created on my nas just fine BTW
Beta Was this translation helpful? Give feedback.
All reactions