My docker-compose.yml file contains
version: \'3.8\' services: web: build: . command: python /code/manage.py runserver 0.0.0.0:8000