225 B
225 B
Run with docker run command
docker run -d -p 8000:8000 git.shihaam.me/shihaam/911
or with docker compose
services:
nineeleven:
image: git.shihaam.me/shihaam/911
ports:
- "8000:8000"