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:
@ -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
|
Reference in New Issue
Block a user