mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
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:
parent
6be45e405d
commit
13fcc874da
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user