1
0
Fork 0
forked from mirror/pixelfed

Provide at least a major version of redis for the docker image

Considering Redis 5 is currently in RC, it would be safer to provide at least a major version of Redis, even if there is not compatibility issue yet.
This commit is contained in:
Angristan 2018-07-22 19:15:49 +02:00 committed by GitHub
parent 176433ba8a
commit e170830aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ services:
- "mysql-data:/var/lib/mysql"
redis:
image: redis:alpine
image: redis:4-alpine
volumes:
- "redis-data:/data"
networks: