Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 10, 2024
1 parent f22ab01 commit 4ef62f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
image: dockurr/casaos
container_name: casaos
ports:
- 80:80
- 8080:8080
volumes:
- "/home/example:/DATA"
- "/var/run/docker.sock:/var/run/docker.sock"
Expand All @@ -38,7 +38,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 --stop-timeout 60 dockurr/casaos
docker run -it --rm -p 8080:8080 -v /home/example:/DATA -v /var/run/docker.sock:/var/run/docker.sock --stop-timeout 60 dockurr/casaos
```

## FAQ 💬
Expand Down

0 comments on commit 4ef62f1

Please sign in to comment.