911/README.md

14 lines
225 B
Markdown
Raw Normal View History

2024-11-16 17:47:22 +05:00
## Run with docker run command
```
docker run -d -p 8000:8000 git.shihaam.me/shihaam/911
```
## or with docker compose
```yaml
services:
nineeleven:
image: git.shihaam.me/shihaam/911
ports:
- "8000:8000"
```