Skip to content

Commit 4193bf3

Browse files
committed
privileged is no more needed
1 parent 33d755d commit 4193bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fast web automation for AI agents, LLM training, scraping and testing:
2020
Using docker run.
2121

2222
```
23-
$ docker run -d --name lightpanda -p 9222:9222 --privileged lightpanda/browser:nightly
23+
$ docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly
2424
```
2525

2626
Using docker compose.

0 commit comments

Comments
 (0)