aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2024-07-08 23:07:18 +0200
committerGravatar GitHub <[email protected]>2024-07-08 23:07:18 +0200
commit5ddee16a9e07b8b8984d11955c6bed4bbf05ee2c (patch)
tree5a4f2e6db542b8284ae565ff0bf376e964053540 /docker-compose.yml
parentSelectively patch SilenceNotifier only where needed (diff)
parentBump pytest-subtests from 0.12.1 to 0.13.0 (#3114) (diff)
Merge branch 'main' into faster-silence-tests
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
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: