docker run -d \ --name pyrunner \ -p 8000:8000 \ -v pyrunner_data:/app/data \ -e DEBUG=False \ -e ALLOWED_HOSTS=localhost \ hasanaboulhasan/pyrunner:latest ...