Skip to content

Commit f83f448

Browse files
committed
fix: set docker architecture explicitly to ensure google-chrome is available to install
1 parent 6e55321 commit f83f448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
services:
22
browser-use-webui:
3+
platform: linux/amd64
34
build:
45
context: .
56
dockerfile: Dockerfile

0 commit comments

Comments
 (0)