diff --git a/docker-compose.yml b/docker-compose.yml index a0b1408..619627f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file