We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a272dd1 commit 444b205Copy full SHA for 444b205
README.md
@@ -78,6 +78,7 @@ services:
78
image: davidecavestro/gphotos-cdp:latest
79
# command: -start https://photos.google.com/photo/abcd1234...
80
working_dir: /download
81
+ user: ${UID}:${GID}
82
volumes:
83
- /etc/localtime:/etc/localtime
84
- /path/to/gphotos/profile_family:/tmp/gphotos-cdp
@@ -95,9 +96,9 @@ services:
95
96
chadburn.job-exec.synccron.no-overlap: "true"
97
chrome:
98
image: kasmweb/chrome:1.15.0-rolling
99
100
environment:
- - PUID=0
- - PGID=0
101
+ - VNC_PW=${VNC_PW}
102
- TZ=Europe/Rome
103
- LAUNCH_URL=https://photos.google.com/
104
0 commit comments