aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar mathsman5133 <[email protected]>2020-03-12 20:15:28 +1100
committerGravatar mathsman5133 <[email protected]>2020-03-12 20:15:28 +1100
commitf16d1bb143defd01cd988db007ed5a94b598c4ba (patch)
tree332d9dc042fc636ec9d3e91607620f2c5b762eec /docker-compose.yml
parentApply suggestions from Mark's code review. (diff)
parentMerge pull request #822 from python-discord/bug/mod/792/null-attachments (diff)
Merge branch 'master' of https://github.com/python-discord/bot into help-refactor
 Conflicts:  bot/cogs/help.py
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 7281c7953..11deceae8 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -23,6 +23,7 @@ services:
- staff.web
ports:
- "127.0.0.1:8000:8000"
+ tty: true
depends_on:
- postgres
environment:
@@ -37,6 +38,7 @@ services:
volumes:
- ./logs:/bot/logs
- .:/bot:ro
+ tty: true
depends_on:
- web
environment: