From f26ff5dcff1c6c81d00652bf3bf17c9b28c83076 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Fri, 6 May 2022 11:50:33 +0200 Subject: [PATCH] comment: remove chromium profile lock --- docker/entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index a6533b0..35fd467 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,5 +1,9 @@ #!/bin/sh +# Remove chromium profile lock. +# When running in docker and then killing it, on the next run chromium displayed a dialog to unlock the profile which made the script time out. +# Maybe due to changed hostname of container or due to how the docker container kills playwright - didn't check. +# https://bugs.chromium.org/p/chromium/issues/detail?id=367048 rm -f /fgc/data/browser/SingletonLock # 6000+SERVERNUM is the TCP port Xvfb is listening on: