Skip to content

Commit dbc0ae2

Browse files
authored
Fix site startup command used in docker-compose.yml (#3093)
Needed as entrypoint was changed in python-discord/site#1338
1 parent 07c88c7 commit dbc0ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
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)