mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
Fix quoting of max-file in docker-compose.yml (#3442)
This commit is contained in:
parent
cb28af508d
commit
682ca55e0c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ x-logging: &default-logging
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
max-size: "50m"
|
max-size: "50m"
|
||||||
max-file: 4
|
max-file: "4"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
proxy:
|
proxy:
|
||||||
|
|
Loading…
Reference in a new issue