## Run with docker run command ``` docker run -d -p 8000:8000 git.shihaam.dev/shihaam/911 ``` ## or with docker compose ```yaml services: nineeleven: image: git.shihaam.dev/shihaam/911 ports: - "8000:8000" ```