Skip to content

Commit

Permalink
Merge pull request #91 from joestump/main
Browse files Browse the repository at this point in the history
Add docs for environment variables
  • Loading branch information
lllllllillllllillll authored Jul 10, 2024
2 parents 0021666 + 518bc46 commit 47c9ab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ services:
environment:
PORT: 8000
SECRET: MrWiskers
HTTPS: false
restart: unless-stopped
ports:
- 8000:8000
Expand Down Expand Up @@ -77,7 +76,10 @@ Compose setup:
* Open a terminal in the ```dweebui``` folder, then enter ```docker compose up -d```.
* You may need to use ```docker-compose up -d``` or execute the command as root with either ```sudo docker compose up -d``` or ```sudo docker-compose up -d```.

Configuration:

* `PORT` - Specifies which port the service binds to on startup. Default is `8000`.
* `SECRET` - A shared secret used by the registration page.

## Credits

Expand Down

0 comments on commit 47c9ab6

Please sign in to comment.