···6677
8899+## How to Run
1010+1111+### From Docker:
1212+1313+```Bash
1414+docker run -p 8080:8080 \
1515+ -e JWT_SECRET=change-me-in-production \
1616+ -v simplelink_data:/data \
1717+ simplelink
1818+```
1919+2020+Find the admin-setup-token pasted into the terminal output, or in admin-setup-token.txt in the container's root.
2121+2222+This is needed to register with the frontend. (TODO, register admin account with ENV)
2323+2424+### From Docker Compose:
2525+2626+Edit the docker-compose.yml file. It comes included with a postgressql db for use
2727+928## Build
10291130### From Source