-
-
Couldn't load subscription status.
- Fork 446
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Every time the container is launched, I get the following error:
WARN[0000] The "W" variable is not set. Defaulting to a blank string.
I have checked the example compose, readme and dockerfile in this git repo and cannot find any mentioned of a W env var. Closest it could be is webroot?
To Reproduce
Steps to reproduce the behavior:
- Run the container with the following compose exert:
convertx:
container_name: convertx
image: ghcr.io/c4illin/convertx
restart: always
ports:
- "myport:3000"
environment:
- JWT_SECRET=mysecret
- HTTP_ALLOWED=true
volumes:
- /myvol:/app/data
Checklist:
- I am accessing ConvertX over HTTPS or have
HTTP_ALLOWED=true
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working