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

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: