1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

add --disable-dev-shm-usage option

This commit is contained in:
Nebel 2024-11-13 13:16:27 +09:00
parent 7f458326eb
commit 204673694b
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -23,6 +23,7 @@ services:
restart: unless-stopped restart: unless-stopped
command: command:
- --no-sandbox - --no-sandbox
- --disable-dev-shm-usage
- --hide-scrollbars - --hide-scrollbars
- --remote-debugging-address=0.0.0.0 - --remote-debugging-address=0.0.0.0
- --remote-debugging-port=9222 - --remote-debugging-port=9222