diff --git a/docker/server/README.md b/docker/server/README.md index 40eec09..09d9388 100644 --- a/docker/server/README.md +++ b/docker/server/README.md @@ -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 -``` \ No newline at end of file +``` + +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 +```