Format docker compose files

This commit is contained in:
Marko Korhonen 2024-11-04 10:29:08 +02:00
parent 037967efd7
commit 393ceb36a9
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ services:
driver: json-file
options:
max-size: 1m
max-file: "1"
max-file: '1'
redis:
container_name: redis-searx
image: redis:alpine