1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Update Redis to 5.0.1

This commit is contained in:
Maksym Pavlenko
2018-11-24 19:24:07 -08:00
parent 73ee7900e9
commit 74df023b1b

View File

@ -31,7 +31,7 @@ services:
environment:
- METADATA_URL=http://app:5001/api/metadata/{feed_id}
redis:
image: redis:4
image: redis:5.0.1
container_name: redis
command: redis-server --appendonly no --save 900 1 --save 300 10 --save 60 10000
restart: always
@ -51,4 +51,4 @@ services:
- LE_FQDN=podsync.net,www.podsync.net
volumes:
- /data/ssl:/etc/nginx/ssl
- /data/podsync.conf:/etc/nginx/service.conf
- /data/podsync.conf:/etc/nginx/service.conf