Disabled persistency in Redis (#214)

Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #214
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
2023-05-30 15:27:15 +02:00
parent 66b20f8256
commit 7318708bd2
2 changed files with 8 additions and 1 deletions

View File

@@ -2,7 +2,8 @@ version: "3"
services:
redis:
image: 'redis'
container_name: xmltools-redis
build: ./Redis
restart: "no"
xmltools-frontend: