Skip to content

Commit dbd124a

Browse files
Merge pull request #1 from lightpanda-io/no-more-privileged
privileged is no more needed
2 parents 33d755d + 4193bf3 commit dbd124a

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)