Skip to content

Commit

Permalink
refactor: Remove obsolete argument remote-debugging-address
Browse files Browse the repository at this point in the history
  • Loading branch information
tweis committed Jun 26, 2024
1 parent fbfad19 commit 553f1f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chromium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ CMD /usr/bin/chromium \
--headless \
--no-sandbox \
--remote-allow-origins=http://127.0.0.1 \
--remote-debugging-address=0.0.0.0 \
--remote-debugging-port=9221 \
${ADDITIONAL_ARGS} & \
socat TCP-LISTEN:${REMOTE_DEBUGGING_PORT},fork,reuseaddr TCP:127.0.0.1:9221
Expand Down

0 comments on commit 553f1f2

Please sign in to comment.