Skip to content

Commit

Permalink
docs: Remove privileged flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 26, 2024
1 parent ce13bca commit f0d04af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ services:
umbrel:
image: dockurr/umbrel
container_name: umbrel
privileged: true
pid: host
ports:
- 80:80
Expand All @@ -40,7 +39,7 @@ services:
Via Docker CLI:
```bash
docker run -it --rm -p 80:80 -v /home/example:/data -v /var/run/docker.sock:/var/run/docker.sock --pid=host --privileged --stop-timeout 60 dockurr/umbrel
docker run -it --rm -p 80:80 -v /home/example:/data -v /var/run/docker.sock:/var/run/docker.sock --pid=host --stop-timeout 60 dockurr/umbrel
```

## Screenshot 📸
Expand Down

0 comments on commit f0d04af

Please sign in to comment.