We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c88c7 commit dbc0ae2Copy full SHA for dbc0ae2
docker-compose.yml
@@ -59,7 +59,7 @@ services:
59
logging : *default-logging
60
restart: unless-stopped
61
image: ghcr.io/python-discord/site:latest
62
- command: ["run", "--debug"]
+ command: ["python", "manage.py", "run"]
63
networks:
64
default:
65
aliases:
0 commit comments