Disabled persistency in Redis

This commit is contained in:
2023-05-30 13:48:17 +02:00
parent 66b20f8256
commit 75ee72c1e7
3 changed files with 2297 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: