We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce46ce4 commit a60aa9cCopy full SHA for a60aa9c
README.md
@@ -52,11 +52,6 @@ services:
52
- "9221" # internal DevTools port
53
volumes:
54
- /opt/volumes/esp32-rdp/pw-data:/pw-data
55
- devices:
56
- - "/dev/dri:/dev/dri" # GPU (optional)
57
- group_add:
58
- - "993" # render group GID (adjust for your host)
59
- - "44" # video group GID (adjust for your host)
60
shm_size: 1gb
61
healthcheck:
62
test: ["CMD-SHELL", "curl -fsS http://localhost:18080 || exit 1"]
0 commit comments