burhan-syed / troddit

A web client for Reddit with authenticated logins and a variety of browsing options
https://www.troddit.com
GNU Affero General Public License v3.0
551 stars 80 forks source link

Docker image ENV variables #183

Closed SakethKanchi closed 4 months ago

SakethKanchi commented 6 months ago

How do i add ENV variables to docker image/container. I installed the troddit using Docker Deploy method:

docker pull bsyed/troddit
docker run -d --name troddit -p 3000:3000 bsyed/troddit

Now how do i add env variables and sign in with my account?

burhan-syed commented 4 months ago

Please see docker documentation. You can use the -e, --env options or supply a file with --env-file