Skip to content

Commit 444b205

Browse files
docs: control user and set chrome vnc password
1 parent a272dd1 commit 444b205

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ services:
7878
image: davidecavestro/gphotos-cdp:latest
7979
# command: -start https://photos.google.com/photo/abcd1234...
8080
working_dir: /download
81+
user: ${UID}:${GID}
8182
volumes:
8283
- /etc/localtime:/etc/localtime
8384
- /path/to/gphotos/profile_family:/tmp/gphotos-cdp
@@ -95,9 +96,9 @@ services:
9596
chadburn.job-exec.synccron.no-overlap: "true"
9697
chrome:
9798
image: kasmweb/chrome:1.15.0-rolling
99+
user: ${UID}:${GID}
98100
environment:
99-
- PUID=0
100-
- PGID=0
101+
- VNC_PW=${VNC_PW}
101102
- TZ=Europe/Rome
102103
- LAUNCH_URL=https://photos.google.com/
103104
volumes:

0 commit comments

Comments
 (0)