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