Update README.md

Added info on how to find the access token once it's started. I was a little stymied at that point. Later, I will add a script to print the login link to the terminal if that's ok
This commit is contained in:
Paul Charpie 2023-11-17 08:02:04 -05:00 committed by GitHub
parent 6be45e405d
commit 13fcc874da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,4 +20,9 @@ If you don't want to build the image, a prebuild image can be downloaded from Gi
```bash
docker-compose -f docker-compose.yml -f prebuild.yml up -d
```
```
Once it's running, the GUI can be accessed at the admin domain you specified. It will ask for an access token. The token can be found by accessing boringproxy_db.json:
```bash
nano /var/lib/docker/volumes/server_storage/_data/boringproxy_db.json
```