diff options
author | 2024-07-19 11:31:21 +0300 | |
---|---|---|
committer | 2024-07-19 11:31:21 +0300 | |
commit | ef3a7387a0bd67aea66ec24a486ddb29422d6401 (patch) | |
tree | 223fdad12afb801bc6771e43c2e6c89bbd1bf784 /docker-compose.yml | |
parent | Copy watched_users into list to prevent modification while iterating (diff) | |
parent | Bump pytest-subtests from 0.13.0 to 0.13.1 (#3129) (diff) |
Merge branch 'main' into fix-watchchannel-bugs
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 727c72566..9dd7e682c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ services: redis: logging : *default-logging restart: unless-stopped - image: redis:5.0.9 + image: redis:latest ports: - "127.0.0.1:6379:6379" @@ -59,7 +59,7 @@ services: logging : *default-logging restart: unless-stopped image: ghcr.io/python-discord/site:latest - command: ["run", "--debug"] + command: ["python", "manage.py", "run"] networks: default: aliases: |