Skip to content

Commit 01a07dd

Browse files
committed
Fix site startup command used in docker-compose.yml
Needed as entrypoint was changed in python-discord/site#1338
1 parent 07c88c7 commit 01a07dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
logging : *default-logging
6060
restart: unless-stopped
6161
image: ghcr.io/python-discord/site:latest
62-
command: ["run", "--debug"]
62+
command: ["python", "manage.py", "run"]
6363
networks:
6464
default:
6565
aliases:

0 commit comments

Comments
 (0)