Advertisement
Ekhel

docker-compose

Jul 25th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. version:"3"
  2.  
  3. services:
  4. app:
  5. build:
  6. context: .
  7. ports:
  8. - "8000:8000"
  9. volumes:
  10. - ./app:/app
  11. command: >
  12. sh -c "python manage.py runserver 0.0.0.0:8000"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement