Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 237 Bytes

File metadata and controls

11 lines (8 loc) · 237 Bytes

Deploying the django app with docker compose

$ sudo docker-compose run web django-admin.py startproject composeexample .

$ sudo chown -R $USER:$USER .
 
$ docker-compose up

Reference

https://docs.docker.com/compose/django/