aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index fd0ab9bf..7b463444 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -51,7 +51,7 @@ services:
web:
<< : *restart_policy
image: ghcr.io/python-discord/site:latest
- command: ["run", "--debug"]
+ command: ["python", "manage.py", "run"]
ports:
- "8000:8000"
tty: true