Skip to content

Commit

Permalink
docs: use root for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecavestro committed Sep 11, 2024
1 parent a272dd1 commit 3ae5c75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ services:
image: davidecavestro/gphotos-cdp:latest
# command: -start https://photos.google.com/photo/abcd1234...
working_dir: /download
user: ${UID}:${GID}
volumes:
- /etc/localtime:/etc/localtime
- /path/to/gphotos/profile_family:/tmp/gphotos-cdp
Expand All @@ -95,9 +96,9 @@ services:
chadburn.job-exec.synccron.no-overlap: "true"
chrome:
image: kasmweb/chrome:1.15.0-rolling
user: ${UID}:${GID}
environment:
- PUID=0
- PGID=0
- VNC_PW=${VNC_PW}
- TZ=Europe/Rome
- LAUNCH_URL=https://photos.google.com/
volumes:
Expand Down

0 comments on commit 3ae5c75

Please sign in to comment.