Skip to content

Commit

Permalink
Fix python-discord#329 missing manage.py & Django logs
Browse files Browse the repository at this point in the history
Fixed by allocating a pseudo-tty to the web service in Docker Compose.
  • Loading branch information
MarkKoz committed Feb 16, 2020
1 parent 61ff9f0 commit df3941a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ services:
- "127.0.0.1:8000:8000"
depends_on:
- postgres
tty: true
volumes:
- .:/app:ro
- staticfiles:/var/www/static
Expand Down

0 comments on commit df3941a

Please sign in to comment.