Skip to content

Commit

Permalink
Merge pull request #300 from netlogix/bugfix/chromium-argument
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak authored Jun 26, 2024
2 parents 0934cd4 + 553f1f2 commit 65009e7
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 65009e7

Please sign in to comment.