Skip to content

Commit 072e393

Browse files
committed
feat: update readme
1 parent 3c85605 commit 072e393

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -124,26 +124,8 @@ monitoring --url=https://betterstack.com/webhook/xyz
124124
```
125125

126126
### Docker Development
127-
1. Build the image:
128-
```bash
129-
docker build -t monitoring .
130127
```
131-
132-
2. Run with Docker:
133-
```bash
134-
# Show help
135-
docker run --rm ghcr.io/appwrite/monitoring:latest monitoring --help
136-
137-
# Run monitoring with custom parameters
138-
docker run -d \
139-
--name monitoring \
140-
--privileged \
141-
--pid=host \
142-
-v /:/host:ro \
143-
ghcr.io/appwrite/monitoring:latest \
144-
monitoring \
145-
--url=https://betterstack.com/webhook/xyz \
146-
--interval=60
128+
docker compose up -d
147129
```
148130

149131
## License

0 commit comments

Comments
 (0)