Skip to content

Commit 61f5d5d

Browse files
docs: better explain browser container usage on example compose
1 parent 444b205 commit 61f5d5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Optionally configure cron, i.e. for me running `crontab -l` reveals:
5555
0 20 * * * docker compose --project-name gphotos_family -f /path/to/gphotos/compose.yml up -d
5656
```
5757

58-
### Schedule with chadburn and expose a chromium for relogins
58+
### Schedule with chadburn and expose a browser for relogins
5959

6060
I currently prefer scheduling from [chadburn](https://github.com/PremoWeb/chadburn) container.
6161
I've also added a containerized browser, configured to share the profile, that can be used to
@@ -111,6 +111,9 @@ services:
111111
- relogin
112112
```
113113

114+
Please note in the above example the browser is not started automatically, unless
115+
the _relogin_ profile is activated.
116+
114117
## How to build locally
115118

116119
The Dockerfile currently builds gphotos-cdp from a locally cloned repo

0 commit comments

Comments
 (0)