Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 26, 2024
1 parent e399e42 commit 0986498
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,19 @@ services:
container_name: umbrel
ports:
- 80:80
networks:
- umbrel_main_network
volumes:
- "/data:/data"
- "/var/run/docker.sock:/var/run/docker.sock"
stop_grace_period: 1m
```
Via Docker CLI:

```bash
docker run -it --rm -p 80:80 -v /data:/data -v /var/run/docker.sock:/var/run/docker.sock --stop-timeout 60 dockurr/umbrel
networks:
umbrel_main_network:
ipam:
driver: default
config:
- subnet: '10.21.0.0/16'
```
> [!IMPORTANT]
Expand Down

0 comments on commit 0986498

Please sign in to comment.