evan-buss / openbooks

Search and Download eBooks
https://evan-buss.github.io/openbooks/
MIT License
1.78k stars 58 forks source link

Error: required flag(s) "name" not set #125

Closed airdogvan closed 1 year ago

airdogvan commented 1 year ago

Tried in a very basic docker-compose and came up with this error. Set NAME=username in the environment but not use.

Any help appreciated.

xXAzazelXx commented 1 year ago

I get the same, crashing the container

evan-buss commented 1 year ago

It's not currently set via environment variable. For docker compose add it to the command section.

command: --name my_irc_name

If you're using docker run put the --name my_irc_name at the end.

filcuk commented 1 year ago

Can confirm, works fine with the command. I would suggest including that here to avoid further issues raised: https://github.com/evan-buss/openbooks#docker

airdogvan commented 1 year ago

Thanks for the quick answer. works well for me as well.