We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c85605 commit 072e393Copy full SHA for 072e393
1 file changed
README.md
@@ -124,26 +124,8 @@ monitoring --url=https://betterstack.com/webhook/xyz
124
```
125
126
### Docker Development
127
-1. Build the image:
128
-```bash
129
-docker build -t monitoring .
130
131
-
132
-2. Run with Docker:
133
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
+docker compose up -d
147
148
149
## License
0 commit comments