mirror of https://github.com/LemmyNet/lemmy.git
Fix quoting of max-file in docker-compose.yml (#3442)
parent
cb28af508d
commit
682ca55e0c
|
@ -4,7 +4,7 @@ x-logging: &default-logging
|
|||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
max-file: 4
|
||||
max-file: "4"
|
||||
|
||||
services:
|
||||
proxy:
|
||||
|
|
Loading…
Reference in New Issue