We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0882e3b commit fe3a600Copy full SHA for fe3a600
docker-compose.yaml
@@ -57,7 +57,7 @@ services:
57
command: /inyoka/venv/bin/gunicorn -b 0.0.0.0:8000 --workers 24 --max-requests 500 inyoka.wsgi:application
58
59
redis:
60
- image: docker.io/library/redis:7.0.15-alpine
+ image: docker.io/library/redis:7.2.5-alpine
61
command: redis-server /etc/redis/redis.conf
62
configs:
63
- source: redis-config
0 commit comments