···8899## How to Run
10101111-### From Docker:
1111+### From Docker
12121313```bash
1414docker run -p 8080:8080 \
···1616 -e SIMPLELINK_USER=admin@example.com \
1717 -e SIMPLELINK_PASS=your-secure-password \
1818 -v simplelink_data:/data \
1919- ghcr.io/waveringana/simplelink:v2.1
1919+ ghcr.io/waveringana/simplelink:v2.2
2020```
21212222### Environment Variables
···31313232If `SIMPLELINK_USER` and `SIMPLELINK_PASS` are not passed, an admin-setup-token is pasted to the console and as a text file in the project root.
33333434-### From Docker Compose:
3434+### From Docker Compose
35353636Edit the docker-compose.yml file. It comes included with a PostgreSQL db configuration.
3737