Fix quoting of max-file in docker-compose.yml (#3442)

This commit is contained in:
drumlinish 2023-07-03 10:59:07 +02:00 committed by GitHub
parent cb28af508d
commit 682ca55e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ x-logging: &default-logging
driver: "json-file"
options:
max-size: "50m"
max-file: 4
max-file: "4"
services:
proxy: